NameAvailabilityRequest 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
NameAvailabilityRequest() |
Initializes a new instance of the NameAvailabilityRequest class. |
NameAvailabilityRequest(String, String) |
Initializes a new instance of the NameAvailabilityRequest class. |
NameAvailabilityRequest()
Initializes a new instance of the NameAvailabilityRequest class.
public NameAvailabilityRequest ();
Public Sub New ()
Applies to
NameAvailabilityRequest(String, String)
Initializes a new instance of the NameAvailabilityRequest class.
public NameAvailabilityRequest (string name = default, string type = default);
new Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityRequest : string * string -> Microsoft.Azure.Management.DataMigration.Models.NameAvailabilityRequest
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
The proposed resource name
- type
- String
The resource type chain (e.g. virtualMachines/extensions)