DeploymentOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName
String

デプロイの名前。

operationId
String

取得する操作の ID。

戻り値

適用対象