TargetRegion Class

Definition

Describes the target region information.

public class TargetRegion
type TargetRegion = class
Public Class TargetRegion
Inheritance
TargetRegion

Constructors

TargetRegion()

Initializes a new instance of the TargetRegion class.

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

Initializes a new instance of the TargetRegion class.

Properties

Encryption
Name

Gets or sets the name of the region.

RegionalReplicaCount

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

StorageAccountType

Gets or sets 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'

Methods

Validate()

Validate the object.

Applies to