次の方法で共有


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 の逆シリアル化設定を取得または設定します。

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

SerializationSettings

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

SubscriptionId

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

適用対象