Interface ContainerService.DefinitionStages.WithMasterDnsPrefix
- All Known Subinterfaces:
ContainerService.Definition
,ContainerService.DefinitionStages.WithCreate
- Enclosing interface:
- ContainerService.DefinitionStages
public static interface ContainerService.DefinitionStages.WithMasterDnsPrefix
The stage of the container service definition allowing to specify the master DNS prefix label.
-
Method Summary
Modifier and TypeMethodDescriptionwithMasterDnsPrefix
(String dnsPrefix) Specifies the DNS prefix to be used to create the FQDN for the master pool.
-
Method Details
-
withMasterDnsPrefix
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
-