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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java