CheckNameAvailabilityRequest 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
CheckNameAvailabilityRequest() |
Initializes a new instance of the CheckNameAvailabilityRequest class. |
CheckNameAvailabilityRequest(String, String) |
Initializes a new instance of the CheckNameAvailabilityRequest class. |
CheckNameAvailabilityRequest()
Initializes a new instance of the CheckNameAvailabilityRequest class.
public CheckNameAvailabilityRequest ();
Public Sub New ()
Applies to
CheckNameAvailabilityRequest(String, String)
Initializes a new instance of the CheckNameAvailabilityRequest class.
public CheckNameAvailabilityRequest (string name, string type);
new Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityRequest : string * string -> Microsoft.Azure.Management.MixedReality.Models.CheckNameAvailabilityRequest
Public Sub New (name As String, type As String)
Parameters
- name
- String
Resource Name To Verify
- type
- String
Fully qualified resource type which includes provider namespace
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET