AzureDeploymentManager class
- Extends
コンストラクター
| Azure |
AzureDeploymentManager クラスの新しいインスタンスを初期化します。 |
プロパティ
| $host | |
| api |
|
| artifact |
|
| operations | |
| rollouts | |
| services | |
| service |
|
| service |
|
| steps | |
| subscription |
継承されたプロパティ
| pipeline | このクライアントが要求を行うために使用するパイプライン |
継承されたメソッド
| send |
指定された OperationSpec を使用して設定された HTTP 要求を送信します。 |
| send |
指定された httpRequest を送信します。 |
コンストラクターの詳細
AzureDeploymentManager(TokenCredential, string, AzureDeploymentManagerOptionalParams)
AzureDeploymentManager クラスの新しいインスタンスを初期化します。
new AzureDeploymentManager(credentials: TokenCredential, subscriptionId: string, options?: AzureDeploymentManagerOptionalParams)
パラメーター
- credentials
- TokenCredential
クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。
- subscriptionId
-
string
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、すべてのサービス呼び出しの URI の一部を形成します。
パラメーター のオプション
プロパティの詳細
$host
$host: string
プロパティ値
string
apiVersion
apiVersion: string
プロパティ値
string
artifactSources
operations
rollouts
services
serviceTopologies
serviceUnits
steps
subscriptionId
subscriptionId: string
プロパティ値
string
継承されたプロパティの詳細
pipeline
このクライアントが要求を行うために使用するパイプライン
pipeline: Pipeline
プロパティ値
coreClient.ServiceClient.pipeline から継承
継承済みメソッドの詳細
sendOperationRequest<T>(OperationArguments, OperationSpec)
指定された OperationSpec を使用して設定された HTTP 要求を送信します。
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
パラメーター
- operationArguments
- OperationArguments
HTTP 要求のテンプレート値が設定される引数。
- operationSpec
- OperationSpec
httpRequest の設定に使用する OperationSpec。
戻り値
Promise<T>
coreClient.ServiceClient.sendOperationRequest から継承
sendRequest(PipelineRequest)
指定された httpRequest を送信します。
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
パラメーター
- request
- PipelineRequest
戻り値
Promise<PipelineResponse>
coreClient.ServiceClient.sendRequest から継承