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
public partial class GalleryApplicationVersionPatch : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPatch>
5169
5187
{
5170
5188
public GalleryApplicationVersionPatch() { }
@@ -7820,6 +7838,7 @@ public partial class UserArtifactSettings : System.ClientModel.Primitives.IJsonM
7820
7838
public UserArtifactSettings() { }
7821
7839
public string ConfigFileName { get { throw null; } set { } }
7822
7840
public string PackageFileName { get { throw null; } set { } }
7841
+
public Azure.ResourceManager.Compute.Models.GalleryApplicationScriptRebootBehavior? ScriptBehaviorAfterReboot { get { throw null; } set { } }
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