DataLakeStoreAccount.Type (Propiedad)
Obtiene el espacio de nombres y el tipo de la cuenta.
Espacio de nombres: Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado: Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)
Sintaxis
[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 propiedad
Type: System.String
Vea también
DataLakeStoreAccount (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)
Volver al principio