You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5434,6 +5436,7 @@ public GalleryImageVersionPublishingProfile() { }
5434
5436
public partial class GalleryImageVersionSafetyProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactSafetyProfileBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile>
5435
5437
{
5436
5438
public GalleryImageVersionSafetyProfile() { }
5439
+
public bool? BlockDeletionBeforeEndOfLife { get { throw null; } set { } }
5437
5440
public bool? IsReportedForPolicyViolation { get { throw null; } }
5438
5441
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.GalleryImageVersionPolicyViolation> PolicyViolations { get { throw null; } }
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageCollection.cs
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageResource.cs
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionCollection.cs
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_CommunityGalleryImageVersionResource.cs
0 commit comments