### YamlMime:JavaType uid: "com.azure.resourcemanager.netapp.models.VolumeGroups" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups" name: "VolumeGroups" nameWithType: "VolumeGroups" summary: "Resource collection API of VolumeGroups." syntax: "public interface **VolumeGroups**" methods: - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.define(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.define(String name)" name: "define(String name)" nameWithType: "VolumeGroups.define(String name)" summary: "Begins definition for a new VolumeGroupDetails resource." modifiers: - "abstract" parameters: - description: "resource name." name: "name" type: "String" syntax: "public abstract VolumeGroupDetails.DefinitionStages.Blank define(String name)" desc: "Begins definition for a new VolumeGroupDetails resource." returns: description: "the first stage of the new VolumeGroupDetails definition." type: "" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.delete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.delete(String resourceGroupName, String accountName, String volumeGroupName)" name: "delete(String resourceGroupName, String accountName, String volumeGroupName)" nameWithType: "VolumeGroups.delete(String resourceGroupName, String accountName, String volumeGroupName)" summary: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." 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 volumeGroup." name: "volumeGroupName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String accountName, String volumeGroupName)" desc: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.delete(String resourceGroupName, String accountName, String volumeGroupName, Context context)" name: "delete(String resourceGroupName, String accountName, String volumeGroupName, Context context)" nameWithType: "VolumeGroups.delete(String resourceGroupName, String accountName, String volumeGroupName, Context context)" summary: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." 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 volumeGroup." name: "volumeGroupName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String accountName, String volumeGroupName, Context context)" desc: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.deleteById(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.deleteById(String id)" name: "deleteById(String id)" nameWithType: "VolumeGroups.deleteById(String id)" summary: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract void deleteById(String id)" desc: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.deleteByIdWithResponse(String id, Context context)" name: "deleteByIdWithResponse(String id, Context context)" nameWithType: "VolumeGroups.deleteByIdWithResponse(String id, Context context)" summary: "Delete a volume group Delete the specified volume group only if there are no volumes under volume group." 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 volume group Delete the specified volume group only if there are no volumes under volume group." - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.get(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.get(String resourceGroupName, String accountName, String volumeGroupName)" name: "get(String resourceGroupName, String accountName, String volumeGroupName)" nameWithType: "VolumeGroups.get(String resourceGroupName, String accountName, String volumeGroupName)" summary: "Describe a Volume Group Get details of the specified volume group." 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 volumeGroup." name: "volumeGroupName" type: "String" syntax: "public abstract VolumeGroupDetails get(String resourceGroupName, String accountName, String volumeGroupName)" desc: "Describe a Volume Group Get details of the specified volume group." returns: description: "details of the specified volume group." type: "" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.getById(java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.getById(String id)" name: "getById(String id)" nameWithType: "VolumeGroups.getById(String id)" summary: "Describe a Volume Group Get details of the specified volume group." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract VolumeGroupDetails getById(String id)" desc: "Describe a Volume Group Get details of the specified volume group." returns: description: "details of the specified volume group along with ." type: "" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.getByIdWithResponse(String id, Context context)" name: "getByIdWithResponse(String id, Context context)" nameWithType: "VolumeGroups.getByIdWithResponse(String id, Context context)" summary: "Describe a Volume Group Get details of the specified volume group." 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 Volume Group Get details of the specified volume group." returns: description: "details of the specified volume group along with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.getWithResponse(String resourceGroupName, String accountName, String volumeGroupName, Context context)" name: "getWithResponse(String resourceGroupName, String accountName, String volumeGroupName, Context context)" nameWithType: "VolumeGroups.getWithResponse(String resourceGroupName, String accountName, String volumeGroupName, Context context)" summary: "Describe a Volume Group Get details of the specified volume group." 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 volumeGroup." name: "volumeGroupName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String accountName, String volumeGroupName, Context context)" desc: "Describe a Volume Group Get details of the specified volume group." returns: description: "details of the specified volume group along with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.listByNetAppAccount(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.listByNetAppAccount(String resourceGroupName, String accountName)" name: "listByNetAppAccount(String resourceGroupName, String accountName)" nameWithType: "VolumeGroups.listByNetAppAccount(String resourceGroupName, String accountName)" summary: "Describe all volume groups List all volume groups for given 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 listByNetAppAccount(String resourceGroupName, String accountName)" desc: "Describe all volume groups List all volume groups for given account." returns: description: "list of volume group resources as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.netapp.models.VolumeGroups.listByNetAppAccount(java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.VolumeGroups.listByNetAppAccount(String resourceGroupName, String accountName, Context context)" name: "listByNetAppAccount(String resourceGroupName, String accountName, Context context)" nameWithType: "VolumeGroups.listByNetAppAccount(String resourceGroupName, String accountName, Context context)" summary: "Describe all volume groups List all volume groups for given 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 listByNetAppAccount(String resourceGroupName, String accountName, Context context)" desc: "Describe all volume groups List all volume groups for given account." returns: description: "list of volume group resources as paginated response with ." type: "<>" type: "interface" desc: "Resource collection API of VolumeGroups." metadata: {} package: "com.azure.resourcemanager.netapp.models" artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1