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

ResourceMoverServiceAPIClient 类

定义

第一方 Azure 服务,用于协调 Azure 资源从一个 Azure 区域到另一个区域或区域内区域之间的移动。

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

构造函数

ResourceMoverServiceAPIClient(DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(HttpClient, Boolean)

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(HttpClientHandler, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(ServiceClientCredentials, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(Uri, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

ResourceMoverServiceAPIClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 ResourceMoverServiceAPIClient 类的新实例。

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

初始化 ResourceMoverServiceAPIClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

MoveCollections

获取 IMoveCollectionsOperations。

MoveResources

获取 IMoveResourcesOperations。

OperationsDiscovery

获取 IOperationsDiscoveryOperations。

SerializationSettings

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

SubscriptionId

订阅 ID。

UnresolvedDependencies

获取 IUnresolvedDependenciesOperations。

适用于