DataLakeStoreAccountInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DataLakeStoreAccountInfo() |
Initialise une nouvelle instance de la classe DataLakeStoreAccountInfo. |
DataLakeStoreAccountInfo(String, String, String, String) |
Initialise une nouvelle instance de la classe DataLakeStoreAccountInfo. |
DataLakeStoreAccountInfo()
Initialise une nouvelle instance de la classe DataLakeStoreAccountInfo.
public DataLakeStoreAccountInfo ();
Public Sub New ()
S’applique à
DataLakeStoreAccountInfo(String, String, String, String)
Initialise une nouvelle instance de la classe DataLakeStoreAccountInfo.
public DataLakeStoreAccountInfo (string name, string id = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo
Public Sub New (name As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)
Paramètres
- name
- String
Nom de la ressource
- id
- String
ID de ressource
- type
- String
Type de ressource
- suffix
- String
suffixe facultatif pour le compte Data Lake Store.
S’applique à
Azure SDK for .NET