@@ -3705,6 +3705,24 @@ public EncryptionSettingsGroup(bool enabled) { }
3705
3705
public static bool operator !=(Azure.ResourceManager.Compute.Models.ExpandTypesForListVm left, Azure.ResourceManager.Compute.Models.ExpandTypesForListVm right) { throw null; }
3706
3706
public override string ToString() { throw null; }
3707
3707
}
3708
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3709
+ public readonly partial struct FileFormat : System.IEquatable<Azure.ResourceManager.Compute.Models.FileFormat>
3710
+ {
3711
+ private readonly object _dummy;
3712
+ private readonly int _dummyPrimitive;
3713
+ public FileFormat(string value) { throw null; }
3714
+ public static Azure.ResourceManager.Compute.Models.FileFormat VHD { get { throw null; } }
3715
+ public static Azure.ResourceManager.Compute.Models.FileFormat Vhdx { get { throw null; } }
3716
+ public bool Equals(Azure.ResourceManager.Compute.Models.FileFormat other) { throw null; }
3717
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
3718
+ public override bool Equals(object obj) { throw null; }
3719
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
3720
+ public override int GetHashCode() { throw null; }
3721
+ public static bool operator ==(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
3722
+ public static implicit operator Azure.ResourceManager.Compute.Models.FileFormat (string value) { throw null; }
3723
+ public static bool operator !=(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
3724
+ public override string ToString() { throw null; }
3725
+ }
3708
3726
public partial class GalleryApplicationCustomAction
3709
3727
{
3710
3728
public GalleryApplicationCustomAction(string name, string script) { }
@@ -4046,6 +4064,7 @@ public partial class GrantAccessData
4046
4064
public GrantAccessData(Azure.ResourceManager.Compute.Models.AccessLevel access, int durationInSeconds) { }
4047
4065
public Azure.ResourceManager.Compute.Models.AccessLevel Access { get { throw null; } }
4048
4066
public int DurationInSeconds { get { throw null; } }
4067
+ public Azure.ResourceManager.Compute.Models.FileFormat? FileFormat { get { throw null; } set { } }
4049
4068
public bool? GetSecureVmGuestStateSas { get { throw null; } set { } }
4050
4069
}
4051
4070
public enum HostCaching
0 commit comments