IWithMasterStorageProfile.WithMasterStorageProfile メソッド

定義

マスター プール内のすべてのマシンに使用するストレージの種類を指定します。

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate WithMasterStorageProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceStorageProfileTypes storageProfile);
abstract member WithMasterStorageProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceStorageProfileTypes -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate
Public Function WithMasterStorageProfile (storageProfile As ContainerServiceStorageProfileTypes) As IWithCreate

パラメーター

storageProfile
ContainerServiceStorageProfileTypes

マスター プール内のすべてのマシンに使用されるストレージの種類。

戻り値

適用対象