次の方法で共有


AgentPoolsOperationsExtensions.BeginDelete メソッド

定義

指定したエージェント プール リソースを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string resourceGroupName, string registryName, string agentPoolName);
static member BeginDelete : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IAgentPoolsOperations, resourceGroupName As String, registryName As String, agentPoolName As String)

パラメーター

operations
IAgentPoolsOperations

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

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

agentPoolName
String

エージェント プールの名前。

適用対象