次の方法で共有


KeyVaultManagementClient クラス

定義

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

public class KeyVaultManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.KeyVault.KeyVaultManagementClient>, IDisposable, Microsoft.Azure.Management.KeyVault.IKeyVaultManagementClient, Microsoft.Rest.Azure.IAzureClient
type KeyVaultManagementClient = class
    inherit ServiceClient<KeyVaultManagementClient>
    interface IKeyVaultManagementClient
    interface IDisposable
    interface IAzureClient
Public Class KeyVaultManagementClient
Inherits ServiceClient(Of KeyVaultManagementClient)
Implements IAzureClient, IDisposable, IKeyVaultManagementClient
継承
KeyVaultManagementClient
実装

コンストラクター

KeyVaultManagementClient(DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(HttpClient, Boolean)

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(HttpClientHandler, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(ServiceClientCredentials, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(ServiceClientCredentials, HttpClient, Boolean)

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(Uri, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

KeyVaultManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

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

KeyVaultManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

BaseUri

サービスのベース URI。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

FirstMessageHandler

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
HttpClientHandler

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

ManagedHsms

IManagedHsmsOperations を取得します。

Operations

IOperations を取得します。

PrivateEndpointConnections

IPrivateEndpointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

SubscriptionId

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

UserAgent

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
Vaults

IVaultsOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
Dispose()

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
Dispose(Boolean)

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
SetUserAgent(String)

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Azure 管理 API には、Azure Key Vaultと対話する WEB サービスの RESTful セットが用意されています。

(継承元 ServiceClient<T>)

適用対象