DataLakeStoreAccount.Id (Propiedad)
Obtiene el identificador de suscripción de 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 = "id")]
public string Id { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "id")]
property String^ Id {
String^ get();
private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "id")>]
member Id : string with get, private set
<JsonPropertyAttribute(PropertyName := "id")>
Public Property Id 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