StorageAccountSkuConversionStatus.TargetSkuName プロパティ

定義

このプロパティは、アカウント SKU が非同期的に変換されるターゲット SKU 名を表す値を取得または設定します。 使用できる値は、'Standard_LRS'、'Standard_GRS'、'Standard_RAGRS'、'Standard_ZRS'、'Premium_LRS'、'Premium_ZRS'、'Standard_GZRS'、'Standard_RAGZRS' です。

[Newtonsoft.Json.JsonProperty(PropertyName="targetSkuName")]
public string TargetSkuName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetSkuName")>]
member this.TargetSkuName : string with get, set
Public Property TargetSkuName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象