DataBoxEdgeManagementClient Class

The DataBoxEdge Client.

Inheritance
builtins.object
DataBoxEdgeManagementClient

Constructor

DataBoxEdgeManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The subscription ID.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.Operations>

Operations operations

available_skus
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.AvailableSkusOperations>

AvailableSkusOperations operations

devices
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.DevicesOperations>

DevicesOperations operations

alerts
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.AlertsOperations>

AlertsOperations operations

bandwidth_schedules
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.BandwidthSchedulesOperations>

BandwidthSchedulesOperations operations

jobs
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.JobsOperations>

JobsOperations operations

nodes
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.NodesOperations>

NodesOperations operations

operations_status
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.OperationsStatusOperations>

OperationsStatusOperations operations

orders
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.OrdersOperations>

OrdersOperations operations

roles
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.RolesOperations>

RolesOperations operations

addons
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.AddonsOperations>

AddonsOperations operations

monitoring_config
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.MonitoringConfigOperations>

MonitoringConfigOperations operations

shares
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.SharesOperations>

SharesOperations operations

storage_account_credentials
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.StorageAccountCredentialsOperations>

StorageAccountCredentialsOperations operations

storage_accounts
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.StorageAccountsOperations>

StorageAccountsOperations operations

containers
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.ContainersOperations>

ContainersOperations operations

triggers
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.TriggersOperations>

TriggersOperations operations

users
<xref:azure.mgmt.databoxedge.v2020_12_01.aio.operations.UsersOperations>

UsersOperations operations

Methods

close

close

async close() -> None