Partager via


StorageAccountCredentials interface

Interface représentant un StorageAccountCredentials.

Méthodes

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

Crée ou met à jour les informations d’identification du compte de stockage.

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

Crée ou met à jour les informations d’identification du compte de stockage.

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage.

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage.

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Obtient les propriétés des informations d’identification du compte de stockage spécifiées.

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Obtient toutes les informations d’identification du compte de stockage dans un appareil Data Box Edge/Data Box Gateway.

Détails de la méthode

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

Crée ou met à jour les informations d’identification du compte de stockage.

function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

Paramètres

deviceName

string

Le nom de l'appareil.

name

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources.

storageAccountCredential
StorageAccountCredential

Informations d’identification du compte de stockage.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

Crée ou met à jour les informations d’identification du compte de stockage.

function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>

Paramètres

deviceName

string

Le nom de l'appareil.

name

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources.

storageAccountCredential
StorageAccountCredential

Informations d’identification du compte de stockage.

Retours

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage.

function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

deviceName

string

Le nom de l'appareil.

name

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources.

options
StorageAccountCredentialsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Supprime les informations d’identification du compte de stockage.

function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>

Paramètres

deviceName

string

Le nom de l'appareil.

name

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources.

options
StorageAccountCredentialsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Obtient les propriétés des informations d’identification du compte de stockage spécifiées.

function get(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredential>

Paramètres

deviceName

string

Le nom de l'appareil.

name

string

Nom des informations d’identification du compte de stockage.

resourceGroupName

string

Nom du groupe de ressources.

options
StorageAccountCredentialsGetOptionalParams

Paramètres d’options.

Retours

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Obtient toutes les informations d’identification du compte de stockage dans un appareil Data Box Edge/Data Box Gateway.

function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>

Paramètres

deviceName

string

Le nom de l'appareil.

resourceGroupName

string

Nom du groupe de ressources.

Retours