Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationVersionPublishingProfile
Packages that use GalleryApplicationVersionPublishingProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationVersionPublishingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionInner.publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image version.GalleryApplicationVersionProperties.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 GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionInner.withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version.GalleryApplicationVersionProperties.withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version. -
Uses of GalleryApplicationVersionPublishingProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionPublishingProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryApplicationVersionPublishingProfile from the JsonReader.GalleryApplicationVersionUpdate.publishingProfile()Get the publishingProfile property: The publishing profile of a gallery image version.GalleryApplicationVersionPublishingProfile.withAdvancedSettings(Map<String, String> advancedSettings) Set the advancedSettings property: Optional.GalleryApplicationVersionPublishingProfile.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with this Gallery Application Version.GalleryApplicationVersionPublishingProfile.withEnableHealthCheck(Boolean enableHealthCheck) Set the enableHealthCheck property: Optional.GalleryApplicationVersionPublishingProfile.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version.GalleryApplicationVersionPublishingProfile.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.GalleryApplicationVersionPublishingProfile.withManageActions(UserArtifactManage manageActions) Set the manageActions property: The manageActions property.GalleryApplicationVersionPublishingProfile.withReplicaCount(Integer replicaCount) Set the replicaCount property: The number of replicas of the Image Version to be created per region.GalleryApplicationVersionPublishingProfile.withReplicationMode(ReplicationMode replicationMode) Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryApplicationVersionPublishingProfile.withSettings(UserArtifactSettings settings) Set the settings property: Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.GalleryApplicationVersionPublishingProfile.withSource(UserArtifactSource source) Set the source property: The source image from which the Image Version is going to be created.GalleryApplicationVersionPublishingProfile.withStorageAccountStrategy(StorageAccountStrategy storageAccountStrategy) Set the storageAccountStrategy property: Specifies the strategy to be used when selecting the storage account type.GalleryApplicationVersionPublishingProfile.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.GalleryApplicationVersionPublishingProfile.withTargetExtendedLocations(List<GalleryTargetExtendedLocation> targetExtendedLocations) Set the targetExtendedLocations property: The target extended locations where the Image Version is going to be replicated to.GalleryApplicationVersionPublishingProfile.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 GalleryApplicationVersionPublishingProfileModifier and TypeMethodDescriptionGalleryApplicationVersionUpdate.withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile) Set the publishingProfile property: The publishing profile of a gallery image version.