DataLakeStoreAccount (Constructor)
Espacio de nombres: Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado: Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)
Lista de sobrecarga
Nombre | Descripción | |
---|---|---|
DataLakeStoreAccount() | Inicializa una nueva instancia de la clase DataLakeStoreAccount. |
|
DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, DataLakeStoreAccountProperties) | Inicializa una nueva instancia de la clase DataLakeStoreAccount. |
Vea también
DataLakeStoreAccount (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)
Volver al principio
DataLakeStoreAccount (Constructor) ()
Inicializa una nueva instancia de la clase DataLakeStoreAccount.
Sintaxis
public DataLakeStoreAccount()
public:
DataLakeStoreAccount()
new : unit -> DataLakeStoreAccount
Public Sub New
Volver al principio
DataLakeStoreAccount (Constructor) (String, String, String, String, IDictionary<String, String>, DataLakeStoreAccountProperties)
Inicializa una nueva instancia de la clase DataLakeStoreAccount.
Sintaxis
public DataLakeStoreAccount(
string location = null,
string name = null,
string type = null,
string id = null,
IDictionary<string, string> tags = null,
DataLakeStoreAccountProperties properties = null
)
public:
DataLakeStoreAccount(
String^ location = null,
String^ name = null,
String^ type = null,
String^ id = null,
IDictionary<String^, String^>^ tags = null,
DataLakeStoreAccountProperties^ properties = null
)
new :
location:string = null *
name:string = null *
type:string = null *
id:string = null *
tags:IDictionary<string, string> = null *
properties:DataLakeStoreAccountProperties = null -> DataLakeStoreAccount
Public Sub New (
location As String,
name As String,
type As String,
id As String,
tags As IDictionary(Of String, String),
properties As DataLakeStoreAccountProperties
)
Parámetros
- location
Type: System.String
- name
Type: System.String
- type
Type: System.String
- id
Type: System.String
- tags
Type: System.Collections.Generic.IDictionary<String, String>
Volver al principio