次の方法で共有


RolloutResource.GetAsync(Nullable<Int32>, CancellationToken) メソッド

定義

ロールアウトの詳細情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>> GetAsync (int? retryAttempt = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>>
override this.GetAsync : Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>>
Public Overridable Function GetAsync (Optional retryAttempt As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RolloutResource))

パラメーター

retryAttempt
Nullable<Int32>

ロールアウトの再試行の序数を使用して、 の結果を取得します。 指定しない場合は、最新の試行の結果が返されます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象