Skip to content

[AutoPR Azure.ResourceManager.Compute] GalleryRP 2022-08-03 release (2nd) #4266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3705,6 +3705,24 @@ public EncryptionSettingsGroup(bool enabled) { }
public static bool operator !=(Azure.ResourceManager.Compute.Models.ExpandTypesForListVm left, Azure.ResourceManager.Compute.Models.ExpandTypesForListVm right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct FileFormat : System.IEquatable<Azure.ResourceManager.Compute.Models.FileFormat>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public FileFormat(string value) { throw null; }
public static Azure.ResourceManager.Compute.Models.FileFormat VHD { get { throw null; } }
public static Azure.ResourceManager.Compute.Models.FileFormat Vhdx { get { throw null; } }
public bool Equals(Azure.ResourceManager.Compute.Models.FileFormat other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
public static implicit operator Azure.ResourceManager.Compute.Models.FileFormat (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.Compute.Models.FileFormat left, Azure.ResourceManager.Compute.Models.FileFormat right) { throw null; }
public override string ToString() { throw null; }
}
public partial class GalleryApplicationCustomAction
{
public GalleryApplicationCustomAction(string name, string script) { }
Expand Down Expand Up @@ -4046,6 +4064,7 @@ public partial class GrantAccessData
public GrantAccessData(Azure.ResourceManager.Compute.Models.AccessLevel access, int durationInSeconds) { }
public Azure.ResourceManager.Compute.Models.AccessLevel Access { get { throw null; } }
public int DurationInSeconds { get { throw null; } }
public Azure.ResourceManager.Compute.Models.FileFormat? FileFormat { get { throw null; } set { } }
public bool? GetSecureVmGuestStateSas { get { throw null; } set { } }
}
public enum HostCaching
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading