DeploymentOperationsExtensions.GetAtScope メソッド

定義

デプロイ操作を取得します。

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation GetAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string scope, string deploymentName, string operationId);
static member GetAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation
<Extension()>
Public Function GetAtScope (operations As IDeploymentOperations, scope As String, deploymentName As String, operationId As String) As DeploymentOperation

パラメーター

operations
IDeploymentOperations

この拡張メソッドの操作グループ。

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

operationId
String

取得する操作の ID。

戻り値

適用対象