Compartilhar via


IWithAgentPoolType<ParentT>.WithAgentPoolTypeName(String) Método

Definição

Defina o tipo de pool de agentes por nome de tipo.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT> WithAgentPoolTypeName (string agentPoolTypeName);
abstract member WithAgentPoolTypeName : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithAgentPoolTypeName (agentPoolTypeName As String) As IWithAttach(Of ParentT)

Parâmetros

agentPoolTypeName
String

O nome do tipo de pool de agentes no formato de cadeia de caracteres.

Retornos

Aplica-se a