CheckNameRequest Constructors

Definition

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