Uses of Enum
com.azure.resourcemanager.appservice.models.AutoGeneratedDomainNameLabelScope
Packages that use AutoGeneratedDomainNameLabelScope
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionSiteInner.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Specifies the scope of uniqueness for the default hostname during resource creation.SitePropertiesInner.autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Specifies the scope of uniqueness for the default hostname during resource creation.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionSiteInner.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: Specifies the scope of uniqueness for the default hostname during resource creation.SitePropertiesInner.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: Specifies the scope of uniqueness for the default hostname during resource creation. -
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AutoGeneratedDomainNameLabelScopeModifier and TypeMethodDescriptionAutoGeneratedDomainNameLabelScope.fromString(String value) Parses a serialized value to a AutoGeneratedDomainNameLabelScope instance.Returns the enum constant of this type with the specified name.static AutoGeneratedDomainNameLabelScope[]AutoGeneratedDomainNameLabelScope.values()Returns an array containing the constants of this enum type, in the order they are declared.