TargetRegion Constructors

Definition

Overloads

TargetRegion()

Initializes a new instance of the TargetRegion class.

TargetRegion(String, Nullable<Int32>, StorageAccountType, EncryptionImages)

Initializes a new instance of the TargetRegion class.

TargetRegion()

Initializes a new instance of the TargetRegion class.

public TargetRegion ();
Public Sub New ()

Applies to

TargetRegion(String, Nullable<Int32>, StorageAccountType, EncryptionImages)

Initializes a new instance of the TargetRegion class.

public TargetRegion (string name, int? regionalReplicaCount = default, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType storageAccountType = default, Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionImages encryption = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion : string * Nullable<int> * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType * Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionImages -> Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion
Public Sub New (name As String, Optional regionalReplicaCount As Nullable(Of Integer) = Nothing, Optional storageAccountType As StorageAccountType = Nothing, Optional encryption As EncryptionImages = Nothing)

Parameters

name
String

The name of the region.

regionalReplicaCount
Nullable<Int32>

The number of replicas of the Image Version to be created per region. This property is updatable.

storageAccountType
StorageAccountType

Specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'

encryption
EncryptionImages

Applies to