AutoGeneratedDomainNameLabelScope type
Defines values for AutoGeneratedDomainNameLabelScope.
KnownAutoGeneratedDomainNameLabelScope can be used interchangeably with AutoGeneratedDomainNameLabelScope,
this enum contains the known values that the service supports.
Known values supported by the service
TenantReuse: TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name.
SubscriptionReuse: SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name.
ResourceGroupReuse: ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name.
NoReuse: NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name.
type AutoGeneratedDomainNameLabelScope = string
Azure SDK for JavaScript