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

KeyVaultManagementClient 类

定义

Azure 管理 API 提供一组与 Azure 密钥保管库交互的 RESTful Web 服务。

public class KeyVaultManagementClient : Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<Microsoft.Azure.Management.KeyVault.Fluent.KeyVaultManagementClient>, IDisposable, Microsoft.Azure.Management.KeyVault.Fluent.IKeyVaultManagementClient, Microsoft.Rest.Azure.IAzureClient
type KeyVaultManagementClient = class
    inherit FluentServiceClientBase<KeyVaultManagementClient>
    interface IKeyVaultManagementClient
    interface IDisposable
    interface IAzureClient
Public Class KeyVaultManagementClient
Inherits FluentServiceClientBase(Of KeyVaultManagementClient)
Implements IAzureClient, IDisposable, IKeyVaultManagementClient
继承
实现

构造函数

KeyVaultManagementClient(RestClient)

初始化 KeyVaultManagementClient 类的新实例。

字段

_restClient

Azure 管理 API 提供一组与 Azure 密钥保管库交互的 RESTful Web 服务。

(继承自 FluentServiceClientBase<TClient>)

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

(继承自 FluentServiceClientBase<TClient>)
Credentials

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

(继承自 FluentServiceClientBase<TClient>)
DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

Operations

获取 IOperations。

SerializationSettings

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

SubscriptionId

唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

Vaults

获取 IVaultsOperations。

方法

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure 管理 API 提供一组与 Azure 密钥保管库交互的 RESTful Web 服务。

(继承自 FluentServiceClientBase<TClient>)
Initialize()

初始化客户端属性。

NewInstance(RestClient)

Azure 管理 API 提供一组与 Azure 密钥保管库交互的 RESTful Web 服务。

适用于