TargetRegion Constructors
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.
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.
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