DataLakeStoreAccountInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DataLakeStoreAccountInfo() |
Initialisiert eine neue instance der DataLakeStoreAccountInfo-Klasse. |
DataLakeStoreAccountInfo(String, String, String, String) |
Initialisiert eine neue instance der DataLakeStoreAccountInfo-Klasse. |
DataLakeStoreAccountInfo()
Initialisiert eine neue instance der DataLakeStoreAccountInfo-Klasse.
public DataLakeStoreAccountInfo();
Public Sub New ()
Gilt für:
DataLakeStoreAccountInfo(String, String, String, String)
Initialisiert eine neue instance der DataLakeStoreAccountInfo-Klasse.
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)
Parameter
- name
- String
Ressourcenname
- id
- String
Ressourcen-ID
- type
- String
Ressourcentyp
- suffix
- String
das optionale Suffix für das Data Lake Store-Konto.
Gilt für:
Azure SDK for .NET