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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java