Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationScriptRebootBehavior
Packages that use GalleryApplicationScriptRebootBehavior
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationScriptRebootBehavior in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type GalleryApplicationScriptRebootBehavior in com.azure.resourcemanager.compute.modelsFields in com.azure.resourcemanager.compute.models declared as GalleryApplicationScriptRebootBehaviorModifier and TypeFieldDescriptionstatic final GalleryApplicationScriptRebootBehaviorGalleryApplicationScriptRebootBehavior.NONEStatic value None for GalleryApplicationScriptRebootBehavior.static final GalleryApplicationScriptRebootBehaviorGalleryApplicationScriptRebootBehavior.RERUNStatic value Rerun for GalleryApplicationScriptRebootBehavior.Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationScriptRebootBehaviorModifier and TypeMethodDescriptionGalleryApplicationScriptRebootBehavior.fromString(String name) Creates or finds a GalleryApplicationScriptRebootBehavior from its string representation.UserArtifactSettings.scriptBehaviorAfterReboot()Get the scriptBehaviorAfterReboot property: Optional.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryApplicationScriptRebootBehaviorModifier and TypeMethodDescriptionGalleryApplicationScriptRebootBehavior.values()Gets known GalleryApplicationScriptRebootBehavior values.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryApplicationScriptRebootBehaviorModifier and TypeMethodDescriptionUserArtifactSettings.withScriptBehaviorAfterReboot(GalleryApplicationScriptRebootBehavior scriptBehaviorAfterReboot) Set the scriptBehaviorAfterReboot property: Optional.