次の方法で共有


RolloutsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

retryAttempt
Nullable<Int32>

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

戻り値

適用対象