Skip to content
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 @@ -388,6 +388,9 @@ protected CommunityGalleryCollection() { }
public partial class CommunityGalleryData : Azure.ResourceManager.Compute.Models.PirCommunityGalleryResourceData
{
internal CommunityGalleryData() { }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public Azure.ResourceManager.Compute.Models.CommunityGalleryMetadata CommunityMetadata { get { throw null; } }
public string Disclaimer { get { throw null; } }
public Azure.Core.ResourceIdentifier Id { get { throw null; } }
}
public partial class CommunityGalleryImageCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.CommunityGalleryImageResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.CommunityGalleryImageResource>, System.Collections.IEnumerable
Expand All @@ -407,7 +410,9 @@ public partial class CommunityGalleryImageData : Azure.ResourceManager.Compute.M
{
internal CommunityGalleryImageData() { }
public Azure.ResourceManager.Compute.Models.ArchitectureType? Architecture { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public System.Collections.Generic.IList<string> DisallowedDiskTypes { get { throw null; } }
public string Disclaimer { get { throw null; } }
public System.DateTimeOffset? EndOfLifeOn { get { throw null; } }
public string Eula { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.GalleryImageFeature> Features { get { throw null; } }
Expand Down Expand Up @@ -449,6 +454,8 @@ protected CommunityGalleryImageVersionCollection() { }
public partial class CommunityGalleryImageVersionData : Azure.ResourceManager.Compute.Models.PirCommunityGalleryResourceData
{
internal CommunityGalleryImageVersionData() { }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public string Disclaimer { get { throw null; } }
public System.DateTimeOffset? EndOfLifeOn { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool? ExcludeFromLatest { get { throw null; } }
Expand Down Expand Up @@ -1457,6 +1464,7 @@ protected SharedGalleryCollection() { }
public partial class SharedGalleryData : Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData
{
internal SharedGalleryData() { }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public Azure.Core.ResourceIdentifier Id { get { throw null; } }
}
public partial class SharedGalleryImageCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.SharedGalleryImageResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.SharedGalleryImageResource>, System.Collections.IEnumerable
Expand All @@ -1476,6 +1484,7 @@ public partial class SharedGalleryImageData : Azure.ResourceManager.Compute.Mode
{
internal SharedGalleryImageData() { }
public Azure.ResourceManager.Compute.Models.ArchitectureType? Architecture { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public System.Collections.Generic.IList<string> DisallowedDiskTypes { get { throw null; } }
public System.DateTimeOffset? EndOfLifeOn { get { throw null; } }
public string Eula { get { throw null; } }
Expand Down Expand Up @@ -1518,6 +1527,7 @@ protected SharedGalleryImageVersionCollection() { }
public partial class SharedGalleryImageVersionData : Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData
{
internal SharedGalleryImageVersionData() { }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ArtifactTags { get { throw null; } }
public System.DateTimeOffset? EndOfLifeOn { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool? ExcludeFromLatest { get { throw null; } }
Expand Down Expand Up @@ -2639,6 +2649,15 @@ public CommunityGalleryInfo() { }
public string PublisherContact { get { throw null; } set { } }
public System.Uri PublisherUri { get { throw null; } set { } }
}
public partial class CommunityGalleryMetadata
{
internal CommunityGalleryMetadata() { }
public string Eula { get { throw null; } }
public System.Uri PrivacyStatementUri { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<string> PublicNames { get { throw null; } }
public string PublisherContact { get { throw null; } }
public System.Uri PublisherUri { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ComponentName : System.IEquatable<Azure.ResourceManager.Compute.Models.ComponentName>
{
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.

Loading