次の方法で共有


RolloutsOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.Rollout> GetAsync (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName, int? retryAttempt = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.Rollout>
<Extension()>
Public Function GetAsync (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String, Optional retryAttempt As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Rollout)

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

retryAttempt
Nullable<Int32>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象