Compartilhar via


DataLakeStoreAccount.Type Propriedade

 

Obtém o namespace e o tipo da conta.

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (em Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxe

[JsonPropertyAttribute(PropertyName = "type")]
public string Type { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "type")]
property String^ Type {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "type")>]
member Type : string with get, private set
<JsonPropertyAttribute(PropertyName := "type")>
Public Property Type As String
    Get
    Private Set
End Property

Valor de propriedade

Type: System.String

Consulte também

Classe DataLakeStoreAccount
Namespace Microsoft.Azure.Management.DataLake.Store.Models

Retornar ao topo