Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionSafetyProfile
Packages that use GalleryImageVersionSafetyProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersionSafetyProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImageVersionSafetyProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.safetyProfile()Get the safetyProfile property: This is the safety profile of the Gallery Image Version.GalleryImageVersionProperties.safetyProfile()Get the safetyProfile property: This is the safety profile of the Gallery Image Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryImageVersionSafetyProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.withSafetyProfile(GalleryImageVersionSafetyProfile safetyProfile) Set the safetyProfile property: This is the safety profile of the Gallery Image Version.GalleryImageVersionProperties.withSafetyProfile(GalleryImageVersionSafetyProfile safetyProfile) Set the safetyProfile property: This is the safety profile of the Gallery Image Version. -
Uses of GalleryImageVersionSafetyProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionSafetyProfileModifier and TypeMethodDescriptionGalleryImageVersionSafetyProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageVersionSafetyProfile from the JsonReader.GalleryImageVersionUpdate.safetyProfile()Get the safetyProfile property: This is the safety profile of the Gallery Image Version.GalleryImageVersionSafetyProfile.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 GalleryImageVersionSafetyProfileModifier and TypeMethodDescriptionGalleryImageVersionUpdate.withSafetyProfile(GalleryImageVersionSafetyProfile safetyProfile) Set the safetyProfile property: This is the safety profile of the Gallery Image Version.