ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public interface WithLeafDomainLabel
The stage of a container service agent pool definition allowing to specify the DNS label.
Method Summary
Modifier and Type | Method and Description |
---|---|
Container |
withLeafDomainLabel(String dnsLabel)
Specify the DNS prefix to be used to create the FQDN for the agent pool. |
Method Details
withLeafDomainLabel
public WithAttach
Specify the DNS prefix to be used to create the FQDN for the agent pool.
Parameters:
dnsLabel
- the Dns label
Returns:
the next stage of the definition
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