次の方法で共有


AgentPoolsOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IAgentPoolsOperations

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

resourceGroupName
String

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

registryName
String

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

agentPoolName
String

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

適用対象