次の方法で共有


RolloutsOperationsExtensions.Delete メソッド

定義

ロールアウト リソースを削除します。

public static void Delete(this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName);
static member Delete : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String)

パラメーター

operations
IRolloutsOperations

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

resourceGroupName
String

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

rolloutName
String

ロールアウト名。

注釈

削除できるのは、終了状態のロールアウトのみです。

適用対象