次の方法で共有


DeploymentManagerExtensions.GetRolloutAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>> GetRolloutAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string rolloutName, int? retryAttempt = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRolloutAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>>
<Extension()>
Public Function GetRolloutAsync (resourceGroupResource As ResourceGroupResource, rolloutName As String, Optional retryAttempt As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RolloutResource))

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

rolloutName
String

ロールアウト名。

retryAttempt
Nullable<Int32>

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

cancellationToken
CancellationToken

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

戻り値

例外

rolloutName は空の文字列であり、空でないと予想されていました。

rolloutName が null です。

適用対象