StorageAccountCredentialsOperations interface
Interface representing a StorageAccountCredentials operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates the storage account credential. |
| delete | Deletes the storage account credential. |
| get | Gets the properties of the specified storage account credential. |
| list |
Gets all the storage account credentials in a Data Box Edge/Data Box Gateway device. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageAccountCredential>, StorageAccountCredential>>
Property Value
(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<StorageAccountCredential>, StorageAccountCredential>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => Promise<StorageAccountCredential>
Property Value
(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => Promise<StorageAccountCredential>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => Promise<void>
Property Value
(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates the storage account credential.
createOrUpdate: (deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StorageAccountCredential>, StorageAccountCredential>
Property Value
(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StorageAccountCredential>, StorageAccountCredential>
delete
Deletes the storage account credential.
delete: (deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the properties of the specified storage account credential.
get: (deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsGetOptionalParams) => Promise<StorageAccountCredential>
Property Value
(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsGetOptionalParams) => Promise<StorageAccountCredential>
listByDataBoxEdgeDevice
Gets all the storage account credentials in a Data Box Edge/Data Box Gateway device.
listByDataBoxEdgeDevice: (deviceName: string, resourceGroupName: string, options?: StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>
Property Value
(deviceName: string, resourceGroupName: string, options?: StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>