次の方法で共有


DeploymentOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner> GetAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string resourceGroupName, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>
<Extension()>
Public Function GetAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentOperationInner)

パラメーター

operations
IDeploymentOperations

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

resourceGroupName
String

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

deploymentName
String

デプロイの名前。

operationId
String

取得する操作の ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象