Uses of Class
com.azure.resourcemanager.containerregistry.models.AutoGeneratedDomainNameLabelScope
Packages that use AutoGeneratedDomainNameLabelScope
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionRegistryInner.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Determines the domain name label reuse scope.RegistryProperties.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Determines the domain name label reuse scope.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionRegistryInner.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: Determines the domain name label reuse scope.RegistryProperties.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: Determines the domain name label reuse scope. -
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.containerregistry.models
Subclasses with type arguments of type AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.containerregistry.modelsModifier and TypeClassDescriptionfinal classThe auto generated domain name label of the container registry.Fields in com.azure.resourcemanager.containerregistry.models declared as AutoGeneratedDomainNameLabelScopeModifier and TypeFieldDescriptionstatic final AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope.NO_REUSEStatic value NoReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope.RESOURCE_GROUP_REUSEStatic value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope.SUBSCRIPTION_REUSEStatic value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope.TENANT_REUSEStatic value TenantReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope.UNSECUREStatic value Unsecure for AutoGeneratedDomainNameLabelScope.Methods in com.azure.resourcemanager.containerregistry.models that return AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionRegistryNameCheckRequest.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: The auto generated domain name label of the container registry.AutoGeneratedDomainNameLabelScope.fromString(String name) Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionAutoGeneratedDomainNameLabelScope.values()Gets known AutoGeneratedDomainNameLabelScope values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionRegistryNameCheckRequest.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: The auto generated domain name label of the container registry.