CheckNameAvailability 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
CheckNameAvailability() |
Initializes a new instance of the CheckNameAvailability class. |
CheckNameAvailability(String) |
Initializes a new instance of the CheckNameAvailability class. |
CheckNameAvailability()
Initializes a new instance of the CheckNameAvailability class.
public CheckNameAvailability ();
Public Sub New ()
Applies to
CheckNameAvailability(String)
Initializes a new instance of the CheckNameAvailability class.
public CheckNameAvailability (string name);
new Microsoft.Azure.Management.Relay.Models.CheckNameAvailability : string -> Microsoft.Azure.Management.Relay.Models.CheckNameAvailability
Public Sub New (name As String)
Parameters
- name
- String
The Name to check the namespce name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.