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

IWithStorageProfile<ParentT>.WithStorageProfile 方法

定义

指定要用于代理池中每个虚拟机的存储类型。

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<ParentT> WithStorageProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceStorageProfileTypes storageProfile);
abstract member WithStorageProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceStorageProfileTypes -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithStorageProfile (storageProfile As ContainerServiceStorageProfileTypes) As IWithAttach(Of ParentT)

参数

storageProfile
ContainerServiceStorageProfileTypes

要用于代理池中每个虚拟机的存储类型。

返回

适用于