ContainerService.DefinitionStages.WithMasterDnsPrefix Interface

public interface WithMasterDnsPrefix

The stage of the container service definition allowing to specify the master DNS prefix label.

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithCreate withMasterDnsPrefix(String dnsPrefix)

Specifies the DNS prefix to be used to create the FQDN for the master pool.

Method Details

withMasterDnsPrefix

public WithCreate withMasterDnsPrefix(String dnsPrefix)

Specifies the DNS prefix to be used to create the FQDN for the master pool.

Parameters:

dnsPrefix - the DNS prefix to be used to create the FQDN for the master pool

Returns:

the next stage of the definition

Applies to