Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptVersionSafetyProfile
Packages that use GalleryScriptVersionSafetyProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptVersionSafetyProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryScriptVersionSafetyProfileModifier and TypeMethodDescriptionGalleryScriptVersionProperties.safetyProfile()Get the safetyProfile property: The safety profile of the Gallery Script Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryScriptVersionSafetyProfileModifier and TypeMethodDescriptionGalleryScriptVersionProperties.withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Script Version. -
Uses of GalleryScriptVersionSafetyProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryScriptVersionSafetyProfileModifier and TypeMethodDescriptionGalleryScriptVersionSafetyProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptVersionSafetyProfile from the JsonReader.GalleryScriptVersionUpdate.safetyProfile()Get the safetyProfile property: The safety profile of the Gallery Script Version.GalleryScriptVersionSafetyProfile.withAllowDeletionOfReplicatedLocations(Boolean allowDeletionOfReplicatedLocations) Set the allowDeletionOfReplicatedLocations property: Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryScriptVersionSafetyProfileModifier and TypeMethodDescriptionGalleryScriptVersionUpdate.withSafetyProfile(GalleryScriptVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Script Version.