CheckNameAvailabilityInput Constructors
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.
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'