Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptVersionPublishingProfile
Packages that use GalleryScriptVersionPublishingProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptVersionPublishingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryScriptVersionPublishingProfileModifier and TypeMethodDescriptionGalleryScriptVersionProperties.publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryScriptVersionPublishingProfileModifier and TypeMethodDescriptionGalleryScriptVersionProperties.withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version. -
Uses of GalleryScriptVersionPublishingProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryScriptVersionPublishingProfileModifier and TypeMethodDescriptionGalleryScriptVersionPublishingProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptVersionPublishingProfile from the JsonReader.GalleryScriptVersionUpdate.publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image version.GalleryScriptVersionPublishingProfile.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version.GalleryScriptVersionPublishingProfile.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.GalleryScriptVersionPublishingProfile.withReplicaCount(Integer replicaCount) Set the replicaCount property: The number of replicas of the Image Version to be created per region.GalleryScriptVersionPublishingProfile.withReplicationMode(ReplicationMode replicationMode) Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryScriptVersionPublishingProfile.withSource(ScriptSource source) Set the source property: The source script from which the Script Version is going to be created.GalleryScriptVersionPublishingProfile.withStorageAccountStrategy(StorageAccountStrategy storageAccountStrategy) Set the storageAccountStrategy property: Specifies the strategy to be used when selecting the storage account type.GalleryScriptVersionPublishingProfile.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryScriptVersionPublishingProfile.withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations) Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryScriptVersionPublishingProfile.withTargetRegions(List<TargetRegion> targetRegions) Set the targetRegions property: The target regions where the Image Version is going to be replicated to.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryScriptVersionPublishingProfileModifier and TypeMethodDescriptionGalleryScriptVersionUpdate.withPublishingProfile(GalleryScriptVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version.