次の方法で共有


RolloutsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ロールアウトを作成または更新します。

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

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

rolloutRequest
RolloutRequest

ロールアウトを定義するソース ロールアウト要求オブジェクト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

これは非同期操作であり、この操作によって返される場所ヘッダーを使用して、完了にポーリングできます。

適用対象