你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataBoxEdgeManagementClient 类

定义

public class DataBoxEdgeManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.EdgeGateway.DataBoxEdgeManagementClient>, IDisposable, Microsoft.Azure.Management.EdgeGateway.IDataBoxEdgeManagementClient, Microsoft.Rest.Azure.IAzureClient
type DataBoxEdgeManagementClient = class
    inherit ServiceClient<DataBoxEdgeManagementClient>
    interface IDataBoxEdgeManagementClient
    interface IDisposable
    interface IAzureClient
Public Class DataBoxEdgeManagementClient
Inherits ServiceClient(Of DataBoxEdgeManagementClient)
Implements IAzureClient, IDataBoxEdgeManagementClient, IDisposable
继承
DataBoxEdgeManagementClient
实现

构造函数

DataBoxEdgeManagementClient(DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(HttpClient, Boolean)

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(HttpClientHandler, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(ServiceClientCredentials, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(Uri, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

DataBoxEdgeManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 DataBoxEdgeManagementClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

Alerts

获取 IAlertsOperations。

ApiVersion

API 版本。

BandwidthSchedules

获取 IBandwidthSchedulesOperations。

BaseUri

服务的基 URI。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Devices

获取 IDevicesOperations。

FirstMessageHandler (继承自 ServiceClient<T>)
GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HttpClient (继承自 ServiceClient<T>)
HttpClientHandler (继承自 ServiceClient<T>)
HttpMessageHandlers (继承自 ServiceClient<T>)
Jobs

获取 IJobsOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

OperationsStatus

获取 IOperationsStatus。

Orders

获取 IOrdersOperations。

Roles

获取 IRolesOperations。

SerializationSettings

获取或设置 json 序列化设置。

Shares

获取 ISharesOperations。

StorageAccountCredentials

获取 IStorageAccountCredentialsOperations。

SubscriptionId

订阅的 ID。

Triggers

获取 ITriggersOperations。

UserAgent (继承自 ServiceClient<T>)
Users

获取 IUsersOperations。

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
Dispose() (继承自 ServiceClient<T>)
Dispose(Boolean) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (继承自 ServiceClient<T>)
SetUserAgent(String) (继承自 ServiceClient<T>)
SetUserAgent(String, String) (继承自 ServiceClient<T>)

适用于