ContainerGroup.DefinitionStages.WithDnsPrefix Interface
public static interface ContainerGroup.DefinitionStages.WithDnsPrefix
The stage of the container group definition allowing to specify the DNS prefix label.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the container group. |
Method Details
withDnsPrefix
public abstract ContainerGroup.DefinitionStages.WithCreate withDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the container group.
Parameters:
Returns: