Freigeben über


StorageAccounts class

Klasse, die ein StorageAccounts darstellt.

Konstruktoren

StorageAccounts(DataLakeAnalyticsAccountManagementClientContext)

Erstellen Sie ein StorageAccounts.

Methoden

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase)

Aktualisiert das angegebene Data Lake Analytics-Konto, um ein Azure Storage-Konto hinzuzufügen.

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase, ServiceCallback<void>)
add(string, string, string, AddStorageAccountParameters, ServiceCallback<void>)
deleteMethod(string, string, string, RequestOptionsBase)

Aktualisiert das angegebene Data Lake Analytics-Konto, um ein Azure Storage-Konto zu entfernen.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Ruft das angegebene Azure Storage-Konto ab, das mit dem angegebenen Data Lake Analytics-Konto verknüpft ist.

get(string, string, string, RequestOptionsBase, ServiceCallback<StorageAccountInformation>)
get(string, string, string, ServiceCallback<StorageAccountInformation>)
getStorageContainer(string, string, string, string, RequestOptionsBase)

Ruft den angegebenen Azure Storage-Container ab, der den angegebenen Data Lake Analytics- und Azure Storage-Konten zugeordnet ist.

getStorageContainer(string, string, string, string, RequestOptionsBase, ServiceCallback<StorageContainer>)
getStorageContainer(string, string, string, string, ServiceCallback<StorageContainer>)
listByAccount(string, string, ServiceCallback<StorageAccountInformationListResult>)
listByAccount(string, string, StorageAccountsListByAccountOptionalParams)

Ruft die erste Seite von Azure Storage-Konten(sofern vorhanden) ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

listByAccount(string, string, StorageAccountsListByAccountOptionalParams, ServiceCallback<StorageAccountInformationListResult>)
listByAccountNext(string, ServiceCallback<StorageAccountInformationListResult>)
listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams)

Ruft die erste Seite von Azure Storage-Konten(sofern vorhanden) ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams, ServiceCallback<StorageAccountInformationListResult>)
listSasTokens(string, string, string, string, RequestOptionsBase)

Ruft das SAS-Token ab, das der angegebenen Data Lake Analytics- und Azure Storage-Konto- und Containerkombination zugeordnet ist.

listSasTokens(string, string, string, string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)
listSasTokens(string, string, string, string, ServiceCallback<SasTokenInformationListResult>)
listSasTokensNext(string, RequestOptionsBase)

Ruft das SAS-Token ab, das der angegebenen Data Lake Analytics- und Azure Storage-Konto- und Containerkombination zugeordnet ist.

listSasTokensNext(string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)
listSasTokensNext(string, ServiceCallback<SasTokenInformationListResult>)
listStorageContainers(string, string, string, RequestOptionsBase)

Listet ggf. die Azure Storage-Container auf, die der angegebenen Kombination aus Data Lake Analytics und Azure Storage-Konten zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.

listStorageContainers(string, string, string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)
listStorageContainers(string, string, string, ServiceCallback<StorageContainerListResult>)
listStorageContainersNext(string, RequestOptionsBase)

Listet ggf. die Azure Storage-Container auf, die der angegebenen Kombination aus Data Lake Analytics und Azure Storage-Konten zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.

listStorageContainersNext(string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)
listStorageContainersNext(string, ServiceCallback<StorageContainerListResult>)
update(string, string, string, ServiceCallback<void>)
update(string, string, string, StorageAccountsUpdateOptionalParams)

Aktualisiert das Data Lake Analytics-Konto, um Details des Azure Storage-BLOB-Kontos zu ersetzen, z. B. den Zugriffsschlüssel und/oder suffix.

update(string, string, string, StorageAccountsUpdateOptionalParams, ServiceCallback<void>)

Details zum Konstruktor

StorageAccounts(DataLakeAnalyticsAccountManagementClientContext)

Erstellen Sie ein StorageAccounts.

new StorageAccounts(client: DataLakeAnalyticsAccountManagementClientContext)

Parameter

client
DataLakeAnalyticsAccountManagementClientContext

Verweisen auf den Dienstclient.

Details zur Methode

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase)

Aktualisiert das angegebene Data Lake Analytics-Konto, um ein Azure Storage-Konto hinzuzufügen.

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: RequestOptionsBase): Promise<RestResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des hinzuzufügenden Azure Storage-Kontos

parameters
AddStorageAccountParameters

Die Parameter, die den Zugriffsschlüssel und das optionale Suffix für das Azure Storage-Konto enthalten.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des hinzuzufügenden Azure Storage-Kontos

parameters
AddStorageAccountParameters

Die Parameter, die den Zugriffsschlüssel und das optionale Suffix für das Azure Storage-Konto enthalten.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

add(string, string, string, AddStorageAccountParameters, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des hinzuzufügenden Azure Storage-Kontos

parameters
AddStorageAccountParameters

Die Parameter, die den Zugriffsschlüssel und das optionale Suffix für das Azure Storage-Konto enthalten.

callback

ServiceCallback<void>

Der Rückruf

deleteMethod(string, string, string, RequestOptionsBase)

Aktualisiert das angegebene Data Lake Analytics-Konto, um ein Azure Storage-Konto zu entfernen.

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des zu entfernenden Azure Storage-Kontos

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des zu entfernenden Azure Storage-Kontos

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des zu entfernenden Azure Storage-Kontos

callback

ServiceCallback<void>

Der Rückruf

get(string, string, string, RequestOptionsBase)

Ruft das angegebene Azure Storage-Konto ab, das mit dem angegebenen Data Lake Analytics-Konto verknüpft ist.

function get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<StorageAccountsGetResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure Storage-Kontos, für das die Details abgerufen werden sollen.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Zusage<Models.StorageAccountsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<StorageAccountInformation>)

function get(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageAccountInformation>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure Storage-Kontos, für das die Details abgerufen werden sollen.

options
RequestOptionsBase

Die optionalen Parameter

get(string, string, string, ServiceCallback<StorageAccountInformation>)

function get(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<StorageAccountInformation>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure Storage-Kontos, für das die Details abgerufen werden sollen.

getStorageContainer(string, string, string, string, RequestOptionsBase)

Ruft den angegebenen Azure Storage-Container ab, der den angegebenen Data Lake Analytics- und Azure Storage-Konten zugeordnet ist.

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: RequestOptionsBase): Promise<StorageAccountsGetStorageContainerResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem der Blobcontainer abgerufen werden soll.

containerName

string

Der Name des abzurufenden Azure-Speichercontainers

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsGetStorageContainerResponse>

getStorageContainer(string, string, string, string, RequestOptionsBase, ServiceCallback<StorageContainer>)

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainer>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem der Blobcontainer abgerufen werden soll.

containerName

string

Der Name des abzurufenden Azure-Speichercontainers

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<StorageContainer>

Der Rückruf

getStorageContainer(string, string, string, string, ServiceCallback<StorageContainer>)

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: ServiceCallback<StorageContainer>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem der Blobcontainer abgerufen werden soll.

containerName

string

Der Name des abzurufenden Azure-Speichercontainers

callback

ServiceCallback<StorageContainer>

Der Rückruf

listByAccount(string, string, ServiceCallback<StorageAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<StorageAccountInformationListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

listByAccount(string, string, StorageAccountsListByAccountOptionalParams)

Ruft die erste Seite von Azure Storage-Konten(sofern vorhanden) ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

function listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): Promise<StorageAccountsListByAccountResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

options
StorageAccountsListByAccountOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListByAccountResponse>

listByAccount(string, string, StorageAccountsListByAccountOptionalParams, ServiceCallback<StorageAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, options: StorageAccountsListByAccountOptionalParams, callback: ServiceCallback<StorageAccountInformationListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

options
StorageAccountsListByAccountOptionalParams

Die optionalen Parameter

listByAccountNext(string, ServiceCallback<StorageAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, callback: ServiceCallback<StorageAccountInformationListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams)

Ruft die erste Seite von Azure Storage-Konten(sofern vorhanden) ab, die mit dem angegebenen Data Lake Analytics-Konto verknüpft sind. Die Antwort enthält ggf. einen Link zur nächsten Seite.

function listByAccountNext(nextPageLink: string, options?: StorageAccountsListByAccountNextOptionalParams): Promise<StorageAccountsListByAccountNextResponse>

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
StorageAccountsListByAccountNextOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListByAccountNextResponse>

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams, ServiceCallback<StorageAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, options: StorageAccountsListByAccountNextOptionalParams, callback: ServiceCallback<StorageAccountInformationListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
StorageAccountsListByAccountNextOptionalParams

Die optionalen Parameter

listSasTokens(string, string, string, string, RequestOptionsBase)

Ruft das SAS-Token ab, das der angegebenen Data Lake Analytics- und Azure Storage-Konto- und Containerkombination zugeordnet ist.

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: RequestOptionsBase): Promise<StorageAccountsListSasTokensResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, für das das SAS-Token angefordert wird.

containerName

string

Der Name des Azure-Speichercontainers, für den das SAS-Token angefordert wird.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListSasTokensResponse>

listSasTokens(string, string, string, string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: RequestOptionsBase, callback: ServiceCallback<SasTokenInformationListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, für das das SAS-Token angefordert wird.

containerName

string

Der Name des Azure-Speichercontainers, für den das SAS-Token angefordert wird.

options
RequestOptionsBase

Die optionalen Parameter

listSasTokens(string, string, string, string, ServiceCallback<SasTokenInformationListResult>)

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: ServiceCallback<SasTokenInformationListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, für das das SAS-Token angefordert wird.

containerName

string

Der Name des Azure-Speichercontainers, für den das SAS-Token angefordert wird.

listSasTokensNext(string, RequestOptionsBase)

Ruft das SAS-Token ab, das der angegebenen Data Lake Analytics- und Azure Storage-Konto- und Containerkombination zugeordnet ist.

function listSasTokensNext(nextPageLink: string, options?: RequestOptionsBase): Promise<StorageAccountsListSasTokensNextResponse>

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListSasTokensNextResponse>

listSasTokensNext(string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)

function listSasTokensNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SasTokenInformationListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Die optionalen Parameter

listSasTokensNext(string, ServiceCallback<SasTokenInformationListResult>)

function listSasTokensNext(nextPageLink: string, callback: ServiceCallback<SasTokenInformationListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

listStorageContainers(string, string, string, RequestOptionsBase)

Listet ggf. die Azure Storage-Container auf, die der angegebenen Kombination aus Data Lake Analytics und Azure Storage-Konten zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<StorageAccountsListStorageContainersResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem Blobcontainer auflisten sollen.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListStorageContainersResponse>

listStorageContainers(string, string, string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainerListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem Blobcontainer auflisten sollen.

options
RequestOptionsBase

Die optionalen Parameter

listStorageContainers(string, string, string, ServiceCallback<StorageContainerListResult>)

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<StorageContainerListResult>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Der Name des Azure-Speicherkontos, aus dem Blobcontainer auflisten sollen.

listStorageContainersNext(string, RequestOptionsBase)

Listet ggf. die Azure Storage-Container auf, die der angegebenen Kombination aus Data Lake Analytics und Azure Storage-Konten zugeordnet sind. Die Antwort enthält ggf. einen Link zur nächsten Seite mit Ergebnissen.

function listStorageContainersNext(nextPageLink: string, options?: RequestOptionsBase): Promise<StorageAccountsListStorageContainersNextResponse>

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.StorageAccountsListStorageContainersNextResponse>

listStorageContainersNext(string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)

function listStorageContainersNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainerListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Die optionalen Parameter

listStorageContainersNext(string, ServiceCallback<StorageContainerListResult>)

function listStorageContainersNext(nextPageLink: string, callback: ServiceCallback<StorageContainerListResult>)

Parameter

nextPageLink

string

The NextLink from the previous successful call to List operation.

update(string, string, string, ServiceCallback<void>)

function update(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Das zu ändernde Azure Storage-Konto

callback

ServiceCallback<void>

Der Rückruf

update(string, string, string, StorageAccountsUpdateOptionalParams)

Aktualisiert das Data Lake Analytics-Konto, um Details des Azure Storage-BLOB-Kontos zu ersetzen, z. B. den Zugriffsschlüssel und/oder suffix.

function update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<RestResponse>

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Das zu ändernde Azure Storage-Konto

options
StorageAccountsUpdateOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

update(string, string, string, StorageAccountsUpdateOptionalParams, ServiceCallback<void>)

function update(resourceGroupName: string, accountName: string, storageAccountName: string, options: StorageAccountsUpdateOptionalParams, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Der Name der Azure-Ressourcengruppe.

accountName

string

Der Name des Data Lake Analytics-Kontos.

storageAccountName

string

Das zu ändernde Azure Storage-Konto

options
StorageAccountsUpdateOptionalParams

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf