Compartilhar via


CheckNameRequest Construtores

Definição

Sobrecargas

CheckNameRequest()

Inicializa uma nova instância da classe CheckNameRequest.

CheckNameRequest(String, Type)

Inicializa uma nova instância da classe CheckNameRequest.

CheckNameRequest()

Inicializa uma nova instância da classe CheckNameRequest.

public CheckNameRequest ();
Public Sub New ()

Aplica-se a

CheckNameRequest(String, Type)

Inicializa uma nova instância da classe CheckNameRequest.

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)

Parâmetros

name
String

Nome do recurso.

type
Type

O tipo de recurso, por exemplo, Microsoft.Kusto/clusters/databases. Os valores possíveis incluem: 'Microsoft.Kusto/clusters/databases', 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'

Aplica-se a