Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationVersionSafetyProfile
Packages that use GalleryApplicationVersionSafetyProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationVersionSafetyProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryApplicationVersionSafetyProfileModifier and TypeMethodDescriptionGalleryApplicationVersionInner.safetyProfile()Get the safetyProfile property: The safety profile of the Gallery Application Version.GalleryApplicationVersionProperties.safetyProfile()Get the safetyProfile property: The safety profile of the Gallery Application Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryApplicationVersionSafetyProfileModifier and TypeMethodDescriptionGalleryApplicationVersionInner.withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Application Version.GalleryApplicationVersionProperties.withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Application Version. -
Uses of GalleryApplicationVersionSafetyProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationVersionSafetyProfileModifier and TypeMethodDescriptionGalleryApplicationVersionUpdate.safetyProfile()Get the safetyProfile property: The safety profile of the Gallery Application Version.GalleryApplicationVersionSafetyProfile.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 GalleryApplicationVersionSafetyProfileModifier and TypeMethodDescriptionGalleryApplicationVersionUpdate.withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile) Set the safetyProfile property: The safety profile of the Gallery Application Version.