你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LabServicesClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class LabServicesClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.LabServices.LabServicesClient>, IDisposable, Microsoft.Azure.Management.LabServices.ILabServicesClient, Microsoft.Rest.Azure.IAzureClient
type LabServicesClient = class
inherit ServiceClient<LabServicesClient>
interface ILabServicesClient
interface IDisposable
interface IAzureClient
Public Class LabServicesClient
Inherits ServiceClient(Of LabServicesClient)
Implements IAzureClient, IDisposable, ILabServicesClient
- 继承
- 实现
构造函数
LabServicesClient(DelegatingHandler[]) |
初始化 LabServicesClient 类的新实例。 |
LabServicesClient(HttpClient, Boolean) |
初始化 LabServicesClient 类的新实例。 |
LabServicesClient(HttpClientHandler, DelegatingHandler[]) |
初始化 LabServicesClient 类的新实例。 |
LabServicesClient(Uri, DelegatingHandler[]) |
初始化 LabServicesClient 类的新实例。 |
LabServicesClient(Uri, HttpClientHandler, DelegatingHandler[]) |
初始化 LabServicesClient 类的新实例。 |
属性
AcceptLanguage |
响应的首选语言。 |
ApiVersion |
要用于此操作的 API 版本。 |
BaseUri |
服务的基 URI。 |
Credentials |
客户端连接到 Azure 所需的凭据。 |
DeserializationSettings |
获取或设置 json 反序列化设置。 |
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>) |
Images |
获取 IImagesOperations。 |
LabPlans |
获取 ILabPlansOperations。 |
Labs |
获取 ILabsOperations。 |
LongRunningOperationRetryTimeout |
长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。 |
OperationResults |
获取 IOperationResultsOperations。 |
Operations |
获取 IOperations。 |
Schedules |
获取 ISchedulesOperations。 |
SerializationSettings |
获取或设置 json 序列化设置。 |
Skus |
获取 ISkusOperations。 |
SubscriptionId |
目标订阅的 ID。 |
Usages |
获取 IUsagesOperations。 |
UserAgent | (继承自 ServiceClient<T>) |
Users |
获取 IUsersOperations。 |
VirtualMachines |
获取 IVirtualMachinesOperations。 |