Share via


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

dnsPrefix - the DNS prefix to be used to create the FQDN for the container group

Returns:

the next stage of the definition

Applies to