Uses of Class
com.azure.resourcemanager.cdn.models.AutoGeneratedDomainNameLabelScope
-
Packages that use AutoGeneratedDomainNameLabelScope Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AutoGeneratedDomainNameLabelScope Modifier and Type Method Description AutoGeneratedDomainNameLabelScopeAfdEndpointInner. autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope.AutoGeneratedDomainNameLabelScopeAfdEndpointProperties. autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type AutoGeneratedDomainNameLabelScope Modifier and Type Method Description AfdEndpointInnerAfdEndpointInner. withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)Set the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope.AfdEndpointPropertiesAfdEndpointProperties. withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)Set the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope. -
Uses of AutoGeneratedDomainNameLabelScope in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as AutoGeneratedDomainNameLabelScope Modifier and Type Field Description static AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope. NO_REUSEStatic value NoReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope. RESOURCE_GROUP_REUSEStatic value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope. SUBSCRIPTION_REUSEStatic value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope. TENANT_REUSEStatic value TenantReuse for AutoGeneratedDomainNameLabelScope.Methods in com.azure.resourcemanager.cdn.models that return AutoGeneratedDomainNameLabelScope Modifier and Type Method Description AutoGeneratedDomainNameLabelScopeCheckEndpointNameAvailabilityInput. autoGeneratedDomainNameLabelScope()Get the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope.static AutoGeneratedDomainNameLabelScopeAutoGeneratedDomainNameLabelScope. fromString(String name)Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type AutoGeneratedDomainNameLabelScope Modifier and Type Method Description static Collection<AutoGeneratedDomainNameLabelScope>AutoGeneratedDomainNameLabelScope. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type AutoGeneratedDomainNameLabelScope Modifier and Type Method Description CheckEndpointNameAvailabilityInputCheckEndpointNameAvailabilityInput. withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)Set the autoGeneratedDomainNameLabelScope property: Indicates the endpoint name reuse scope.
-