Partager via


CheckNameAvailabilityInput Constructors

Definition

Overloads

CheckNameAvailabilityInput()

Initializes a new instance of the CheckNameAvailabilityInput class.

CheckNameAvailabilityInput(String, ResourceType)

Initializes a new instance of the CheckNameAvailabilityInput class.

CheckNameAvailabilityInput()

Initializes a new instance of the CheckNameAvailabilityInput class.

public CheckNameAvailabilityInput ();
Public Sub New ()

Applies to

CheckNameAvailabilityInput(String, ResourceType)

Initializes a new instance of the CheckNameAvailabilityInput class.

public CheckNameAvailabilityInput (string name, Microsoft.Azure.Management.FrontDoor.Models.ResourceType type);
new Microsoft.Azure.Management.FrontDoor.Models.CheckNameAvailabilityInput : string * Microsoft.Azure.Management.FrontDoor.Models.ResourceType -> Microsoft.Azure.Management.FrontDoor.Models.CheckNameAvailabilityInput
Public Sub New (name As String, type As ResourceType)

Parameters

name
String

The resource name to validate.

type
ResourceType

The type of the resource whose name is to be validated. Possible values include: 'Microsoft.Network/frontDoors', 'Microsoft.Network/frontDoors/frontendEndpoints'

Applies to