次の方法で共有


TargetRegion コンストラクター

定義

オーバーロード

TargetRegion()

TargetRegion クラスの新しいインスタンスを初期化します。

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

TargetRegion クラスの新しいインスタンスを初期化します。

TargetRegion()

TargetRegion クラスの新しいインスタンスを初期化します。

public TargetRegion();
Public Sub New ()

適用対象

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

TargetRegion クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

領域の名前。

regionalReplicaCount
Nullable<Int32>

リージョンごとに作成されるイメージ バージョンのレプリカの数。 このプロパティは更新可能です。

storageAccountType
StorageAccountType

イメージの格納に使用するストレージ アカウントの種類を指定します。 このプロパティは更新できません。 指定できる値は、'Standard_LRS'、'Standard_ZRS'、'Premium_LRS' です。

encryption
EncryptionImages

適用対象