你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

要用于主池中每台计算机的存储类型。

返回

适用于