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.WithDnsPrefix
The stage of the container group definition allowing to specify the DNS prefix label.
-
Method Summary
Modifier and TypeMethodDescriptionwithDnsPrefix
(String dnsPrefix) Specifies the DNS prefix to be used to create the FQDN for the container group.
-
Method Details
-
withDnsPrefix
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
-