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

IManagementLinkClient 接口

定义

Azure 资源可以链接在一起,以构成逻辑关系。 可以在属于不同资源组的资源之间建立链接。 但是,所有链接的资源都必须属于同一订阅。 每个资源可以链接到 50 个其他资源。 如果删除或移动任何链接资源,链接所有者必须清理剩余的链接。

public interface IManagementLinkClient : IDisposable
type IManagementLinkClient = interface
    interface IDisposable
Public Interface IManagementLinkClient
Implements IDisposable
派生
实现

属性

AcceptLanguage

响应的首选语言。

ApiVersion

要用于操作的 API 版本。

BaseUri

服务的基 URI。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

ResourceLinks

获取 IResourceLinksOperations。

SerializationSettings

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

SubscriptionId

目标订阅的 ID。

适用于