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

383 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.Snapshots"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots"
name: "Snapshots"
nameWithType: "Snapshots"
summary: "Resource collection API of Snapshots."
syntax: "public interface **Snapshots**"
methods:
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.define(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.define(String name)"
name: "define(String name)"
nameWithType: "Snapshots.define(String name)"
summary: "Begins definition for a new Snapshot 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 Snapshot.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Snapshot resource."
returns:
description: "the first stage of the new Snapshot definition."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Snapshot.DefinitionStages.Blank?alt=com.azure.resourcemanager.netapp.models.Snapshot.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
name: "delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
nameWithType: "Snapshots.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
summary: "Delete a snapshot Delete snapshot."
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 snapshot."
name: "snapshotName"
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 snapshotName)"
desc: "Delete a snapshot Delete snapshot."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.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.Snapshots.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
name: "delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
nameWithType: "Snapshots.delete(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
summary: "Delete a snapshot Delete snapshot."
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 snapshot."
name: "snapshotName"
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 snapshotName, Context context)"
desc: "Delete a snapshot Delete snapshot."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Snapshots.deleteById(String id)"
summary: "Delete a snapshot Delete snapshot."
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 snapshot Delete snapshot."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Snapshots.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a snapshot Delete snapshot."
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 snapshot Delete snapshot."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.get(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
name: "get(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
nameWithType: "Snapshots.get(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
summary: "Describe a snapshot Get details of the specified snapshot."
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 snapshot."
name: "snapshotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Snapshot get(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName)"
desc: "Describe a snapshot Get details of the specified snapshot."
returns:
description: "details of the specified snapshot."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.getById(String id)"
name: "getById(String id)"
nameWithType: "Snapshots.getById(String id)"
summary: "Describe a snapshot Get details of the specified snapshot."
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 Snapshot getById(String id)"
desc: "Describe a snapshot Get details of the specified snapshot."
returns:
description: "details of the specified snapshot 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.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Snapshots.getByIdWithResponse(String id, Context context)"
summary: "Describe a snapshot Get details of the specified snapshot."
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<Snapshot> getByIdWithResponse(String id, Context context)"
desc: "Describe a snapshot Get details of the specified snapshot."
returns:
description: "details of the specified snapshot 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.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.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.Snapshots.getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
nameWithType: "Snapshots.getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
summary: "Describe a snapshot Get details of the specified snapshot."
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 snapshot."
name: "snapshotName"
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<Snapshot> getWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Context context)"
desc: "Describe a snapshot Get details of the specified snapshot."
returns:
description: "details of the specified snapshot 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.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.list(String resourceGroupName, String accountName, String poolName, String volumeName)"
name: "list(String resourceGroupName, String accountName, String poolName, String volumeName)"
nameWithType: "Snapshots.list(String resourceGroupName, String accountName, String poolName, String volumeName)"
summary: "Describe all snapshots List all snapshots associated with 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<Snapshot> list(String resourceGroupName, String accountName, String poolName, String volumeName)"
desc: "Describe all snapshots List all snapshots associated with the volume."
returns:
description: "list of Snapshots 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.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.list(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
name: "list(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
nameWithType: "Snapshots.list(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
summary: "Describe all snapshots List all snapshots associated with 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<Snapshot> list(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
desc: "Describe all snapshots List all snapshots associated with the volume."
returns:
description: "list of Snapshots 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.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.restoreFiles(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body)"
name: "restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body)"
nameWithType: "Snapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body)"
summary: "Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem."
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 snapshot."
name: "snapshotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Restore payload supplied in the body of the operation."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles?alt=com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles&text=SnapshotRestoreFiles\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body)"
desc: "Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.restoreFiles(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, Context context)"
name: "restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, Context context)"
nameWithType: "Snapshots.restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, Context context)"
summary: "Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem."
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 snapshot."
name: "snapshotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Restore payload supplied in the body of the operation."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles?alt=com.azure.resourcemanager.netapp.models.SnapshotRestoreFiles&text=SnapshotRestoreFiles\" data-throw-if-not-resolved=\"False\" />"
- 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 restoreFiles(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, SnapshotRestoreFiles body, Context context)"
desc: "Create a new Snapshot Restore Files request Restore the specified files from the specified snapshot to the active filesystem."
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Object)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body)"
name: "update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body)"
nameWithType: "Snapshots.update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body)"
summary: "Update a snapshot Patch a snapshot."
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 snapshot."
name: "snapshotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Snapshot object supplied in the body of the operation."
name: "body"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public abstract Snapshot update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body)"
desc: "Update a snapshot Patch a snapshot."
returns:
description: "snapshot of a Volume."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.Snapshots.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Object,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.Snapshots.update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, Context context)"
name: "update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, Context context)"
nameWithType: "Snapshots.update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, Context context)"
summary: "Update a snapshot Patch a snapshot."
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 snapshot."
name: "snapshotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Snapshot object supplied in the body of the operation."
name: "body"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</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 Snapshot update(String resourceGroupName, String accountName, String poolName, String volumeName, String snapshotName, Object body, Context context)"
desc: "Update a snapshot Patch a snapshot."
returns:
description: "snapshot of a Volume."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Snapshot?alt=com.azure.resourcemanager.netapp.models.Snapshot&text=Snapshot\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of Snapshots."
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.4.0