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

270 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies"
name: "SnapshotPolicies"
nameWithType: "SnapshotPolicies"
summary: "Resource collection API of Snapshot<wbr>Policies."
syntax: "public interface **SnapshotPolicies**"
methods:
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.define(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.define(String name)"
name: "define(String name)"
nameWithType: "SnapshotPolicies.define(String name)"
summary: "Begins definition for a new Snapshot<wbr>Policy 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 SnapshotPolicy.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new SnapshotPolicy resource."
returns:
description: "the first stage of the new SnapshotPolicy definition."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SnapshotPolicy.DefinitionStages.Blank?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.delete(String resourceGroupName, String accountName, String snapshotPolicyName)"
name: "delete(String resourceGroupName, String accountName, String snapshotPolicyName)"
nameWithType: "SnapshotPolicies.delete(String resourceGroupName, String accountName, String snapshotPolicyName)"
summary: "Delete snapshot policy."
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 snapshot policy."
name: "snapshotPolicyName"
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 snapshotPolicyName)"
desc: "Delete snapshot policy."
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.delete(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
name: "delete(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
nameWithType: "SnapshotPolicies.delete(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
summary: "Delete snapshot policy."
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 snapshot policy."
name: "snapshotPolicyName"
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 snapshotPolicyName, Context context)"
desc: "Delete snapshot policy."
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "SnapshotPolicies.deleteById(String id)"
summary: "Delete snapshot policy."
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 snapshot policy."
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "SnapshotPolicies.deleteByIdWithResponse(String id, Context context)"
summary: "Delete snapshot policy."
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 snapshot policy."
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.get(String resourceGroupName, String accountName, String snapshotPolicyName)"
name: "get(String resourceGroupName, String accountName, String snapshotPolicyName)"
nameWithType: "SnapshotPolicies.get(String resourceGroupName, String accountName, String snapshotPolicyName)"
summary: "Get a snapshot Policy."
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 snapshot policy."
name: "snapshotPolicyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SnapshotPolicy get(String resourceGroupName, String accountName, String snapshotPolicyName)"
desc: "Get a snapshot Policy."
returns:
description: "a snapshot Policy."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getById(String id)"
name: "getById(String id)"
nameWithType: "SnapshotPolicies.getById(String id)"
summary: "Get a snapshot Policy."
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 SnapshotPolicy getById(String id)"
desc: "Get a snapshot Policy."
returns:
description: "a snapshot Policy 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.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "SnapshotPolicies.getByIdWithResponse(String id, Context context)"
summary: "Get a snapshot Policy."
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<SnapshotPolicy> getByIdWithResponse(String id, Context context)"
desc: "Get a snapshot Policy."
returns:
description: "a snapshot Policy 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.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.getWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
nameWithType: "SnapshotPolicies.getWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
summary: "Get a snapshot Policy."
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 snapshot policy."
name: "snapshotPolicyName"
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<SnapshotPolicy> getWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
desc: "Get a snapshot Policy."
returns:
description: "a snapshot Policy 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.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "SnapshotPolicies.list(String resourceGroupName, String accountName)"
summary: "List snapshot policy."
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>"
syntax: "public abstract PagedIterable<SnapshotPolicy> list(String resourceGroupName, String accountName)"
desc: "List snapshot policy."
returns:
description: "list of Snapshot Policies 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.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.list(String resourceGroupName, String accountName, Context context)"
name: "list(String resourceGroupName, String accountName, Context context)"
nameWithType: "SnapshotPolicies.list(String resourceGroupName, String accountName, Context context)"
summary: "List snapshot policy."
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 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<SnapshotPolicy> list(String resourceGroupName, String accountName, Context context)"
desc: "List snapshot policy."
returns:
description: "list of Snapshot Policies 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.SnapshotPolicy?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicy&text=SnapshotPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.listVolumes(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.listVolumes(String resourceGroupName, String accountName, String snapshotPolicyName)"
name: "listVolumes(String resourceGroupName, String accountName, String snapshotPolicyName)"
nameWithType: "SnapshotPolicies.listVolumes(String resourceGroupName, String accountName, String snapshotPolicyName)"
summary: "Get volumes for snapshot policy Get volumes associated with snapshot policy."
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 snapshot policy."
name: "snapshotPolicyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SnapshotPolicyVolumeList listVolumes(String resourceGroupName, String accountName, String snapshotPolicyName)"
desc: "Get volumes for snapshot policy Get volumes associated with snapshot policy."
returns:
description: "volumes associated with snapshot policy."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SnapshotPolicyVolumeList?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicyVolumeList&text=SnapshotPolicyVolumeList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.listVolumesWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.SnapshotPolicies.listVolumesWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
name: "listVolumesWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
nameWithType: "SnapshotPolicies.listVolumesWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
summary: "Get volumes for snapshot policy Get volumes associated with snapshot policy."
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 snapshot policy."
name: "snapshotPolicyName"
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<SnapshotPolicyVolumeList> listVolumesWithResponse(String resourceGroupName, String accountName, String snapshotPolicyName, Context context)"
desc: "Get volumes for snapshot policy Get volumes associated with snapshot policy."
returns:
description: "volumes associated with snapshot policy 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.SnapshotPolicyVolumeList?alt=com.azure.resourcemanager.netapp.models.SnapshotPolicyVolumeList&text=SnapshotPolicyVolumeList\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of SnapshotPolicies."
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1