DataBoxEdgeManagementClient Class

The DataBoxEdge Client.

Inheritance
builtins.object
DataBoxEdgeManagementClient

Constructor

DataBoxEdgeManagementClient(credential: 'TokenCredential', subscription_id: str, base_url: str | None = None, **kwargs: Any)

Parameters

Name Description
credential
Required

Credential needed for the client to connect to Azure.

subscription_id
Required
str

The subscription ID.

base_url
str

Service URL

default value: None

Keyword-Only Parameters

Name Description
polling_interval
int

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

Variables

Name Description
operations

Operations operations

devices

DevicesOperations operations

alerts

AlertsOperations operations

bandwidth_schedules

BandwidthSchedulesOperations operations

jobs

JobsOperations operations

nodes

NodesOperations operations

operations_status

OperationsStatusOperations operations

orders

OrdersOperations operations

roles

RolesOperations operations

shares

SharesOperations operations

storage_account_credentials

StorageAccountCredentialsOperations operations

storage_accounts

StorageAccountsOperations operations

containers

ContainersOperations operations

triggers

TriggersOperations operations

users

UsersOperations operations

skus

SkusOperations operations

Methods

close

close

close() -> None