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
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