Interface ContainerGroup.DefinitionStages.WithDnsPrefix
-
- All Known Subinterfaces:
ContainerGroup.Definition,ContainerGroup.DefinitionStages.DnsConfigFork,ContainerGroup.DefinitionStages.WithCreate,ContainerGroup.DefinitionStages.WithNextContainerInstance,ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithDnsPrefixThe stage of the container group definition allowing to specify the DNS prefix label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.WithCreatewithDnsPrefix(String dnsPrefix)Specifies the DNS prefix to be used to create the FQDN for the container group.
-
-
-
Method Detail
-
withDnsPrefix
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
-
-