次の方法で共有


GalleryArtifactPublishingProfileBase.StorageAccountType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType with get, set
Public Property StorageAccountType As StorageAccountType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象