次の方法で共有


RolloutsOperationsExtensions.Cancel メソッド

定義

実行中のロールアウトを停止します。

public static Microsoft.Azure.Management.DeploymentManager.Models.Rollout Cancel(this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName);
static member Cancel : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.Rollout
<Extension()>
Public Function Cancel (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String) As Rollout

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

戻り値

注釈

実行中のロールアウトのみを取り消すことができます。

適用対象