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, Type) |
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, Type)
Initializes a new instance of the CheckNameAvailabilityInput class.
public CheckNameAvailabilityInput (string name, Microsoft.Azure.Management.Support.Models.Type type);
new Microsoft.Azure.Management.Support.Models.CheckNameAvailabilityInput : string * Microsoft.Azure.Management.Support.Models.Type -> Microsoft.Azure.Management.Support.Models.CheckNameAvailabilityInput
Public Sub New (name As String, type As Type)
Parameters
- name
- String
The resource name to validate.
- type
- Type
The type of resource. Possible values include: 'Microsoft.Support/supportTickets', 'Microsoft.Support/communications'