DeploymentOperationsExtensions.GetAtManagementGroupScope メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

groupId
String

管理グループ ID。

deploymentName
String

デプロイの名前。

operationId
String

取得する操作の ID。

戻り値

適用対象