### YamlMime:JavaType uid: "com.azure.resourcemanager.netapp.models.Pools" fullName: "com.azure.resourcemanager.netapp.models.Pools" name: "Pools" nameWithType: "Pools" summary: "Resource collection API of Pools." syntax: "public interface **Pools**" methods: - uid: "com.azure.resourcemanager.netapp.models.Pools.define(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.define(String name)" name: "define(String name)" nameWithType: "Pools.define(String name)" summary: "Begins definition for a new CapacityPool resource." modifiers: - "abstract" parameters: - description: "resource name." name: "name" type: "String" syntax: "public abstract CapacityPool.DefinitionStages.Blank define(String name)" desc: "Begins definition for a new CapacityPool resource." returns: description: "the first stage of the new CapacityPool definition." type: "" - uid: "com.azure.resourcemanager.netapp.models.Pools.delete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.delete(String resourceGroupName, String accountName, String poolName)" name: "delete(String resourceGroupName, String accountName, String poolName)" nameWithType: "Pools.delete(String resourceGroupName, String accountName, String poolName)" summary: "Delete a capacity pool Delete the specified capacity pool." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" - description: "The name of the capacity pool." name: "poolName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName)" desc: "Delete a capacity pool Delete the specified capacity pool." - uid: "com.azure.resourcemanager.netapp.models.Pools.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Pools.delete(String resourceGroupName, String accountName, String poolName, Context context)" name: "delete(String resourceGroupName, String accountName, String poolName, Context context)" nameWithType: "Pools.delete(String resourceGroupName, String accountName, String poolName, Context context)" summary: "Delete a capacity pool Delete the specified capacity pool." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" - description: "The name of the capacity pool." name: "poolName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName, Context context)" desc: "Delete a capacity pool Delete the specified capacity pool." - uid: "com.azure.resourcemanager.netapp.models.Pools.deleteById(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.deleteById(String id)" name: "deleteById(String id)" nameWithType: "Pools.deleteById(String id)" summary: "Delete a capacity pool Delete the specified capacity pool." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract void deleteById(String id)" desc: "Delete a capacity pool Delete the specified capacity pool." - uid: "com.azure.resourcemanager.netapp.models.Pools.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Pools.deleteByIdWithResponse(String id, Context context)" name: "deleteByIdWithResponse(String id, Context context)" nameWithType: "Pools.deleteByIdWithResponse(String id, Context context)" summary: "Delete a capacity pool Delete the specified capacity pool." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void deleteByIdWithResponse(String id, Context context)" desc: "Delete a capacity pool Delete the specified capacity pool." - uid: "com.azure.resourcemanager.netapp.models.Pools.get(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.get(String resourceGroupName, String accountName, String poolName)" name: "get(String resourceGroupName, String accountName, String poolName)" nameWithType: "Pools.get(String resourceGroupName, String accountName, String poolName)" summary: "Describe a Capacity Pool Get details of the specified capacity pool." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" - description: "The name of the capacity pool." name: "poolName" type: "String" syntax: "public abstract CapacityPool get(String resourceGroupName, String accountName, String poolName)" desc: "Describe a Capacity Pool Get details of the specified capacity pool." returns: description: "details of the specified capacity pool." type: "" - uid: "com.azure.resourcemanager.netapp.models.Pools.getById(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.getById(String id)" name: "getById(String id)" nameWithType: "Pools.getById(String id)" summary: "Describe a Capacity Pool Get details of the specified capacity pool." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract CapacityPool getById(String id)" desc: "Describe a Capacity Pool Get details of the specified capacity pool." returns: description: "details of the specified capacity pool along with ." type: "" - uid: "com.azure.resourcemanager.netapp.models.Pools.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Pools.getByIdWithResponse(String id, Context context)" name: "getByIdWithResponse(String id, Context context)" nameWithType: "Pools.getByIdWithResponse(String id, Context context)" summary: "Describe a Capacity Pool Get details of the specified capacity pool." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByIdWithResponse(String id, Context context)" desc: "Describe a Capacity Pool Get details of the specified capacity pool." returns: description: "details of the specified capacity pool along with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.Pools.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Pools.getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)" name: "getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)" nameWithType: "Pools.getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)" summary: "Describe a Capacity Pool Get details of the specified capacity pool." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" - description: "The name of the capacity pool." name: "poolName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)" desc: "Describe a Capacity Pool Get details of the specified capacity pool." returns: description: "details of the specified capacity pool along with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.Pools.list(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.Pools.list(String resourceGroupName, String accountName)" name: "list(String resourceGroupName, String accountName)" nameWithType: "Pools.list(String resourceGroupName, String accountName)" summary: "Describe all Capacity Pools List all capacity pools in the NetApp Account." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" syntax: "public abstract PagedIterable list(String resourceGroupName, String accountName)" desc: "Describe all Capacity Pools List all capacity pools in the NetApp Account." returns: description: "list of capacity pool resources as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.Pools.list(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Pools.list(String resourceGroupName, String accountName, Context context)" name: "list(String resourceGroupName, String accountName, Context context)" nameWithType: "Pools.list(String resourceGroupName, String accountName, Context context)" summary: "Describe all Capacity Pools List all capacity pools in the NetApp Account." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "The name of the NetApp account." name: "accountName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(String resourceGroupName, String accountName, Context context)" desc: "Describe all Capacity Pools List all capacity pools in the NetApp Account." returns: description: "list of capacity pool resources as paginated response with ." type: "<>" type: "interface" desc: "Resource collection API of Pools." metadata: {} package: "com.azure.resourcemanager.netapp.models" artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.4.0