Compartilhar via


DataLakeStoreAccount Construtor

 

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

Lista de sobrecargas

Nome Descrição
System_CAPS_pubmethod DataLakeStoreAccount()

Inicializa uma nova instância da classe DataLakeStoreAccount.

System_CAPS_pubmethod DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, DataLakeStoreAccountProperties)

Inicializa uma nova instância da classe DataLakeStoreAccount.

Consulte também

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

Retornar ao topo

Construtor DataLakeStoreAccount ()

Inicializa uma nova instância da classe DataLakeStoreAccount.

Sintaxe

public DataLakeStoreAccount()
public:
DataLakeStoreAccount()
new : unit -> DataLakeStoreAccount
Public Sub New

Retornar ao topo

Construtor DataLakeStoreAccount (String, String, String, String, IDictionary<String, String>, DataLakeStoreAccountProperties)

Inicializa uma nova instância da classe DataLakeStoreAccount.

Sintaxe

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

Retornar ao topo