你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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