ArmComputeModelFactory.AdditionalReplicaSet Method

Definition

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.

regionalReplicaCount
Nullable<Int32>

The number of direct drive replicas of the Image Version to be created.This Property is updatable.

Returns

A new AdditionalReplicaSet instance for mocking.

Applies to