azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

318 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.Subvolumes"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes"
name: "Subvolumes"
nameWithType: "Subvolumes"
summary: "Resource collection API of Subvolumes."
syntax: "public interface **Subvolumes**"
methods:
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.define(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.define(String name)"
name: "define(String name)"
nameWithType: "Subvolumes.define(String name)"
summary: "Begins definition for a new Subvolume<wbr>Info resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SubvolumeInfo.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new SubvolumeInfo resource."
returns:
description: "the first stage of the new SubvolumeInfo definition."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo.DefinitionStages.Blank?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
name: "delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
nameWithType: "Subvolumes.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
summary: "Delete a subvolume Delete subvolume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
desc: "Delete a subvolume Delete subvolume."
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
name: "delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
nameWithType: "Subvolumes.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
summary: "Delete a subvolume Delete subvolume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
desc: "Delete a subvolume Delete subvolume."
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Subvolumes.deleteById(String id)"
summary: "Delete a subvolume Delete subvolume."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a subvolume Delete subvolume."
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Subvolumes.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a subvolume Delete subvolume."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a subvolume Delete subvolume."
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.get(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
name: "get(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
nameWithType: "Subvolumes.get(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
summary: "Get the path associated with the subvolume<wbr>Name Returns the path associated with the subvolume<wbr>Name provided."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SubvolumeInfo get(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
desc: "Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided."
returns:
description: "subvolume Information properties."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.getById(String id)"
name: "getById(String id)"
nameWithType: "Subvolumes.getById(String id)"
summary: "Get the path associated with the subvolume<wbr>Name Returns the path associated with the subvolume<wbr>Name provided."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SubvolumeInfo getById(String id)"
desc: "Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided."
returns:
description: "subvolume Information properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Subvolumes.getByIdWithResponse(String id, Context context)"
summary: "Get the path associated with the subvolume<wbr>Name Returns the path associated with the subvolume<wbr>Name provided."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SubvolumeInfo> getByIdWithResponse(String id, Context context)"
desc: "Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided."
returns:
description: "subvolume Information properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.getMetadata(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
name: "getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
nameWithType: "Subvolumes.getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
summary: "Describe a subvolume Get details of the specified subvolume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SubvolumeModel getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName)"
desc: "Describe a subvolume Get details of the specified subvolume."
returns:
description: "details of the specified subvolume."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeModel?alt=com.azure.resourcemanager.netapp.models.SubvolumeModel&text=SubvolumeModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.getMetadata(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
name: "getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
nameWithType: "Subvolumes.getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
summary: "Describe a subvolume Get details of the specified subvolume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SubvolumeModel getMetadata(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
desc: "Describe a subvolume Get details of the specified subvolume."
returns:
description: "details of the specified subvolume."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeModel?alt=com.azure.resourcemanager.netapp.models.SubvolumeModel&text=SubvolumeModel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
nameWithType: "Subvolumes.getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
summary: "Get the path associated with the subvolume<wbr>Name Returns the path associated with the subvolume<wbr>Name provided."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the subvolume."
name: "subvolumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SubvolumeInfo> getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, Context context)"
desc: "Get the path associated with the subvolumeName Returns the path associated with the subvolumeName provided."
returns:
description: "subvolume Information properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.listByVolume(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName)"
name: "listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName)"
nameWithType: "Subvolumes.listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName)"
summary: "List of all the subvolumes Returns a list of the subvolumes in the volume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SubvolumeInfo> listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName)"
desc: "List of all the subvolumes Returns a list of the subvolumes in the volume."
returns:
description: "list of Subvolumes as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Subvolumes.listByVolume(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Subvolumes.listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
name: "listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
nameWithType: "Subvolumes.listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
summary: "List of all the subvolumes Returns a list of the subvolumes in the volume."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the NetApp account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the capacity pool."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the volume."
name: "volumeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<SubvolumeInfo> listByVolume(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
desc: "List of all the subvolumes Returns a list of the subvolumes in the volume."
returns:
description: "list of Subvolumes as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumeInfo?alt=com.azure.resourcemanager.netapp.models.SubvolumeInfo&text=SubvolumeInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Subvolumes."
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1