Uses of Class
com.azure.resourcemanager.containerinstance.models.DnsNameLabelReusePolicy
Packages that use DnsNameLabelReusePolicy
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of DnsNameLabelReusePolicy in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as DnsNameLabelReusePolicyModifier and TypeFieldDescriptionstatic final DnsNameLabelReusePolicyDnsNameLabelReusePolicy.NOREUSEStatic value Noreuse for DnsNameLabelReusePolicy.static final DnsNameLabelReusePolicyDnsNameLabelReusePolicy.RESOURCE_GROUP_REUSEStatic value ResourceGroupReuse for DnsNameLabelReusePolicy.static final DnsNameLabelReusePolicyDnsNameLabelReusePolicy.SUBSCRIPTION_REUSEStatic value SubscriptionReuse for DnsNameLabelReusePolicy.static final DnsNameLabelReusePolicyDnsNameLabelReusePolicy.TENANT_REUSEStatic value TenantReuse for DnsNameLabelReusePolicy.static final DnsNameLabelReusePolicyDnsNameLabelReusePolicy.UNSECUREStatic value Unsecure for DnsNameLabelReusePolicy.Methods in com.azure.resourcemanager.containerinstance.models that return DnsNameLabelReusePolicyModifier and TypeMethodDescriptionContainerGroup.autoGeneratedDomainNameLabelScope()Gets the reuse policy of DNS name label for the container group.IpAddress.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: The value representing the security enum.static DnsNameLabelReusePolicyDnsNameLabelReusePolicy.fromString(String name) Creates or finds a DnsNameLabelReusePolicy from its string representation.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type DnsNameLabelReusePolicyModifier and TypeMethodDescriptionstatic Collection<DnsNameLabelReusePolicy> DnsNameLabelReusePolicy.values()Gets known DnsNameLabelReusePolicy values.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type DnsNameLabelReusePolicyModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope.withAutoGeneratedDomainNameLabelScope(DnsNameLabelReusePolicy reusePolicy) Specifies the reuse policy of DNS name label for container group.IpAddress.withAutoGeneratedDomainNameLabelScope(DnsNameLabelReusePolicy autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: The value representing the security enum.