Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TargetRegion |
TargetRegion.withName(String name)
Set the name of the region.
|
TargetRegion |
TargetRegion.withRegionalReplicaCount(Integer regionalReplicaCount)
Set the number of replicas of the Image Version to be created per region.
|
TargetRegion |
TargetRegion.withStorageAccountType(StorageAccountType storageAccountType)
Set specifies the storage account type to be used to store the image.
|
Modifier and Type | Method and Description |
---|---|
List<TargetRegion> |
GalleryImageVersion.availableRegions() |
List<TargetRegion> |
GalleryArtifactPublishingProfileBase.targetRegions()
Get the target regions where the Image Version is going to be replicated to.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageVersion.DefinitionStages.WithCreate |
GalleryImageVersion.DefinitionStages.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryImageVersion.Update |
GalleryImageVersion.UpdateStages.WithAvailableRegion.withRegionAvailability(List<TargetRegion> regions)
Specifies list of regions in which image version needs to be available.
|
GalleryArtifactPublishingProfileBase |
GalleryArtifactPublishingProfileBase.withTargetRegions(List<TargetRegion> targetRegions)
Set the target regions where the Image Version is going to be replicated to.
|
Copyright © 2019. All rights reserved.