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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java