次の方法で共有


DeploymentManagerExtensions.GetRollout メソッド

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
public static Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource> GetRollout (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string rolloutName, int? retryAttempt = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRollout : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeploymentManager.RolloutResource>
<Extension()>
Public Function GetRollout (resourceGroupResource As ResourceGroupResource, rolloutName As String, Optional retryAttempt As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RolloutResource)

パラメーター

resourceGroupResource
ResourceGroupResource

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

rolloutName
String

ロールアウト名。

retryAttempt
Nullable<Int32>

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

cancellationToken
CancellationToken

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

戻り値

例外

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

rolloutName が null です。

適用対象