你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceUpdateClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Microsoft 设备更新资源提供程序。
public class DeviceUpdateClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient>, IDisposable, Microsoft.Azure.Management.DeviceUpdate.IDeviceUpdateClient, Microsoft.Rest.Azure.IAzureClient
type DeviceUpdateClient = class
inherit ServiceClient<DeviceUpdateClient>
interface IDeviceUpdateClient
interface IDisposable
interface IAzureClient
Public Class DeviceUpdateClient
Inherits ServiceClient(Of DeviceUpdateClient)
Implements IAzureClient, IDeviceUpdateClient, IDisposable
- 继承
- 实现
构造函数
DeviceUpdateClient(DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(HttpClient, Boolean) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(HttpClientHandler, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(ServiceClientCredentials, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(ServiceClientCredentials, HttpClient, Boolean) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(Uri, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(Uri, HttpClientHandler, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(Uri, ServiceClientCredentials, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
DeviceUpdateClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 DeviceUpdateClient 类的新实例。 |
属性
AcceptLanguage |
响应的首选语言。 |
Accounts |
获取 IAccountsOperations。 |
ApiVersion |
ADU 架构 API 版本。 |
BaseUri |
服务的基 URI。 |
Credentials |
客户端连接到 Azure 所需的凭据。 |
DeserializationSettings |
获取或设置 json 反序列化设置。 |
GenerateClientRequestId |
是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。 |
Instances |
获取 IInstancesOperations。 |
LongRunningOperationRetryTimeout |
长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。 |
Operations |
获取 IOperations。 |
SerializationSettings |
获取或设置 json 序列化设置。 |
SubscriptionId |
Azure 订阅 ID。 |