Aracılığıyla paylaş


StorageAccountCredentials interface

StorageAccountCredentials'i temsil eden arabirim.

Yöntemler

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

Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir.

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

Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir.

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Depolama hesabı kimlik bilgilerini siler.

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Depolama hesabı kimlik bilgilerini siler.

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Belirtilen depolama hesabı kimlik bilgilerinin özelliklerini alır.

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway cihazındaki tüm depolama hesabı kimlik bilgilerini alır.

Yöntem Ayrıntıları

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

Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir.

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

Parametreler

deviceName

string

Cihaz adı.

name

string

Depolama hesabı kimlik bilgisi adı.

resourceGroupName

string

Kaynak grubu adı.

storageAccountCredential
StorageAccountCredential

Depolama hesabı kimlik bilgileri.

options
StorageAccountCredentialsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

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

Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir.

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

Parametreler

deviceName

string

Cihaz adı.

name

string

Depolama hesabı kimlik bilgisi adı.

resourceGroupName

string

Kaynak grubu adı.

storageAccountCredential
StorageAccountCredential

Depolama hesabı kimlik bilgileri.

options
StorageAccountCredentialsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Depolama hesabı kimlik bilgilerini siler.

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

Parametreler

deviceName

string

Cihaz adı.

name

string

Depolama hesabı kimlik bilgisi adı.

resourceGroupName

string

Kaynak grubu adı.

options
StorageAccountCredentialsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

Depolama hesabı kimlik bilgilerini siler.

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

Parametreler

deviceName

string

Cihaz adı.

name

string

Depolama hesabı kimlik bilgisi adı.

resourceGroupName

string

Kaynak grubu adı.

options
StorageAccountCredentialsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

Belirtilen depolama hesabı kimlik bilgilerinin özelliklerini alır.

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

Parametreler

deviceName

string

Cihaz adı.

name

string

Depolama hesabı kimlik bilgisi adı.

resourceGroupName

string

Kaynak grubu adı.

options
StorageAccountCredentialsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway cihazındaki tüm depolama hesabı kimlik bilgilerini alır.

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

Parametreler

deviceName

string

Cihaz adı.

resourceGroupName

string

Kaynak grubu adı.

Döndürülenler