StorageAccountCredentials interface
StorageAccountCredentials'i temsil eden arabirim.
Yöntemler
| begin |
Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir. |
| begin |
Depolama hesabı kimlik bilgilerini oluşturur veya güncelleştirir. |
| begin |
Depolama hesabı kimlik bilgilerini siler. |
| begin |
Depolama hesabı kimlik bilgilerini siler. |
| get(string, string, string, Storage |
Belirtilen depolama hesabı kimlik bilgilerinin özelliklerini alır. |
| list |
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.
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.
Seçenekler parametreleri.
Döndürülenler
Promise<StorageAccountCredential>
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ı.
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ı.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<StorageAccountCredential>
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ı.
Seçenekler parametreleri.