DeploymentScriptsClient クラス

定義

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

コンストラクター

DeploymentScriptsClient(DelegatingHandler[])

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

DeploymentScriptsClient(HttpClient, Boolean)

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

DeploymentScriptsClient(HttpClientHandler, DelegatingHandler[])

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

DeploymentScriptsClient(ServiceClientCredentials, DelegatingHandler[])

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

DeploymentScriptsClient(ServiceClientCredentials, HttpClient, Boolean)

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

DeploymentScriptsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

DeploymentScriptsClient(Uri, DelegatingHandler[])

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

DeploymentScriptsClient(Uri, HttpClientHandler, DelegatingHandler[])

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

DeploymentScriptsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント API のバージョン。

BaseUri

サービスのベース URI。

Credentials

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

DeploymentScripts

IDeploymentScriptsOperations を取得します。

DeserializationSettings

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

FirstMessageHandler

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)
HttpClientHandler

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)
HttpMessageHandlers

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)
LongRunningOperationRetryTimeout

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

SerializationSettings

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

SubscriptionId

すべてのサービス呼び出しの URI の一部を形成するサブスクリプション ID。

UserAgent

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

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

この仕様に記載されている API は、Azure Resource Managerを使用してデプロイ スクリプト リソースを管理するために使用できます。

(継承元 ServiceClient<T>)

適用対象