Containers interface
Interface die een containers vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, string, string, Container, ContainersCreateOrUpdateOptionalParams)
Hiermee maakt u een nieuwe container of werkt u een bestaande container op het apparaat bij.
function beginCreateOrUpdate(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, container: Container, options?: ContainersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Container>, Container>>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- container
- Container
De containereigenschappen.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<Container>, Container>>
beginCreateOrUpdateAndWait(string, string, string, string, Container, ContainersCreateOrUpdateOptionalParams)
Hiermee maakt u een nieuwe container of werkt u een bestaande container op het apparaat bij.
function beginCreateOrUpdateAndWait(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, container: Container, options?: ContainersCreateOrUpdateOptionalParams): Promise<Container>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- container
- Container
De containereigenschappen.
De optiesparameters.
Retouren
Promise<Container>
beginDelete(string, string, string, string, ContainersDeleteOptionalParams)
Hiermee verwijdert u de container op het Data Box Edge-/Data Box Gateway-apparaat.
function beginDelete(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: ContainersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- options
- ContainersDeleteOptionalParams
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, ContainersDeleteOptionalParams)
Hiermee verwijdert u de container op het Data Box Edge-/Data Box Gateway-apparaat.
function beginDeleteAndWait(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: ContainersDeleteOptionalParams): Promise<void>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- options
- ContainersDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
beginRefresh(string, string, string, string, ContainersRefreshOptionalParams)
Vernieuwt de containermetagegevens met de gegevens uit de cloud.
function beginRefresh(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: ContainersRefreshOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- options
- ContainersRefreshOptionalParams
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginRefreshAndWait(string, string, string, string, ContainersRefreshOptionalParams)
Vernieuwt de containermetagegevens met de gegevens uit de cloud.
function beginRefreshAndWait(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: ContainersRefreshOptionalParams): Promise<void>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam.
- resourceGroupName
-
string
De naam van de resourcegroep.
- options
- ContainersRefreshOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, string, ContainersGetOptionalParams)
Hiermee haalt u een container op naam op.
function get(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: ContainersGetOptionalParams): Promise<Container>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount
- containerName
-
string
De containernaam
- resourceGroupName
-
string
De naam van de resourcegroep.
- options
- ContainersGetOptionalParams
De optiesparameters.
Retouren
Promise<Container>
listByStorageAccount(string, string, string, ContainersListByStorageAccountOptionalParams)
Een lijst met alle containers van een opslagaccount op een Data Box Edge-/Data Box Gateway-apparaat.
function listByStorageAccount(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: ContainersListByStorageAccountOptionalParams): PagedAsyncIterableIterator<Container, Container[], PageSettings>
Parameters
- deviceName
-
string
De apparaatnaam.
- storageAccountName
-
string
De naam van het opslagaccount.
- resourceGroupName
-
string
De naam van de resourcegroep.
De optiesparameters.