ArmComputeModelFactory.AdditionalReplicaSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.AdditionalReplicaSet AdditionalReplicaSet(Azure.ResourceManager.Compute.Models.ImageStorageAccountType? storageAccountType = default, int? regionalReplicaCount = default);
static member AdditionalReplicaSet : Nullable<Azure.ResourceManager.Compute.Models.ImageStorageAccountType> * Nullable<int> -> Azure.ResourceManager.Compute.Models.AdditionalReplicaSet
Public Shared Function AdditionalReplicaSet (Optional storageAccountType As Nullable(Of ImageStorageAccountType) = Nothing, Optional regionalReplicaCount As Nullable(Of Integer) = Nothing) As AdditionalReplicaSet
Parameters
- storageAccountType
- Nullable<ImageStorageAccountType>
Specifies the storage account type to be used to create the direct drive replicas.
The number of direct drive replicas of the Image Version to be created.This Property is updatable.
Returns
A new AdditionalReplicaSet instance for mocking.