Uses of Class
com.azure.resourcemanager.compute.models.AdditionalReplicaSet
Packages that use AdditionalReplicaSet
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AdditionalReplicaSet in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return AdditionalReplicaSetModifier and TypeMethodDescriptionstatic AdditionalReplicaSetAdditionalReplicaSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdditionalReplicaSet from the JsonReader.AdditionalReplicaSet.withRegionalReplicaCount(Integer regionalReplicaCount) Set the regionalReplicaCount property: The number of direct drive replicas of the Image Version to be created.This Property is updatable.AdditionalReplicaSet.withStorageAccountType(StorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to create the direct drive replicas.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AdditionalReplicaSetModifier and TypeMethodDescriptionTargetRegion.additionalReplicaSets()Get the additionalReplicaSets property: List of storage sku with replica count to create direct drive replicas.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type AdditionalReplicaSetModifier and TypeMethodDescriptionTargetRegion.withAdditionalReplicaSets(List<AdditionalReplicaSet> additionalReplicaSets) Set the additionalReplicaSets property: List of storage sku with replica count to create direct drive replicas.