ArmAppServiceModelFactory.DnlResourceNameAvailabilityContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DnlResourceNameAvailabilityContent.
public static Azure.ResourceManager.AppService.Models.DnlResourceNameAvailabilityContent DnlResourceNameAvailabilityContent(string resourceGroupName = default, string autoGeneratedDomainNameLabelScope = default, string name = default, Azure.ResourceManager.AppService.Models.CheckNameResourceType resourceType = default);
static member DnlResourceNameAvailabilityContent : string * string * string * Azure.ResourceManager.AppService.Models.CheckNameResourceType -> Azure.ResourceManager.AppService.Models.DnlResourceNameAvailabilityContent
Public Shared Function DnlResourceNameAvailabilityContent (Optional resourceGroupName As String = Nothing, Optional autoGeneratedDomainNameLabelScope As String = Nothing, Optional name As String = Nothing, Optional resourceType As CheckNameResourceType = Nothing) As DnlResourceNameAvailabilityContent
Parameters
- resourceGroupName
- String
Resource group name Serialized Name: DnlResourceNameAvailabilityRequest.resourceGroupName
- autoGeneratedDomainNameLabelScope
- String
Indicates the endpoint name reuse scope.The default value is TenantReuse. Supported values are TenantReuse, SubscriptionReuse, ResourceGroupReuse, NoReuse Serialized Name: DnlResourceNameAvailabilityRequest.autoGeneratedDomainNameLabelScope
- name
- String
Resource name to verify. Serialized Name: DnlResourceNameAvailabilityRequest.name
- resourceType
- CheckNameResourceType
Resource type used for verification. Serialized Name: DnlResourceNameAvailabilityRequest.type
Returns
A new DnlResourceNameAvailabilityContent instance for mocking.