次の方法で共有


ContainerServiceMasterProfile.StorageProfile プロパティ

定義

使用するストレージの種類を指定するストレージ プロファイルを取得または設定します。 [StorageAccount] と [ManagedDisks] から選択します。 空のままにしておきます。オーケストレーターの選択に基づいて選択します。 使用可能な値は、'StorageAccount'、'ManagedDisks' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象