CheckNameRequest 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
CheckNameRequest() |
Initializes a new instance of the CheckNameRequest class. |
CheckNameRequest(String, Type) |
Initializes a new instance of the CheckNameRequest class. |
CheckNameRequest()
Initializes a new instance of the CheckNameRequest class.
public CheckNameRequest ();
Public Sub New ()
Applies to
CheckNameRequest(String, Type)
Initializes a new instance of the CheckNameRequest class.
public CheckNameRequest (string name, Microsoft.Azure.Management.Kusto.Models.Type type);
new Microsoft.Azure.Management.Kusto.Models.CheckNameRequest : string * Microsoft.Azure.Management.Kusto.Models.Type -> Microsoft.Azure.Management.Kusto.Models.CheckNameRequest
Public Sub New (name As String, type As Type)
Parameters
- name
- String
Resource name.
- type
- Type
The type of resource, for instance Microsoft.Kusto/clusters/databases. Possible values include: 'Microsoft.Kusto/clusters/databases', 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'
Applies to
Azure SDK for .NET