次の方法で共有


RolloutsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest BeginCreateOrUpdate (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName, Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest rolloutRequest = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string * Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest
<Extension()>
Public Function BeginCreateOrUpdate (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String, Optional rolloutRequest As RolloutRequest = Nothing) As RolloutRequest

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

rolloutRequest
RolloutRequest

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

戻り値

注釈

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

適用対象