ContainerServiceAgentPool.Definition<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public interface Definition extends ContainerServiceAgentPool.DefinitionStages.WithAttach,ContainerServiceAgentPool.DefinitionStages.Blank,ContainerServiceAgentPool.DefinitionStages.WithVMSize,ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel
The entirety of a container service agent pool definition as a part of a parent definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel<ParentT>.withLeafDomainLabel(String dnsLabel)
ContainerServiceAgentPool.DefinitionStages.Blank<ParentT>.withVMCount(int count)
ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT>.withVMSize(ContainerServiceVMSizeTypes vmSize)
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java