次の方法で共有


RolloutCollection.Exists メソッド

定義

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
public virtual Azure.Response<bool> Exists (string rolloutName, int? retryAttempt = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (rolloutName As String, Optional retryAttempt As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

パラメーター

rolloutName
String

ロールアウト名。

retryAttempt
Nullable<Int32>

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

cancellationToken
CancellationToken

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

戻り値

例外

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

rolloutName が null です。

適用対象