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

223 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.BackupPolicies"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies"
name: "BackupPolicies"
nameWithType: "BackupPolicies"
summary: "Resource collection API of Backup<wbr>Policies."
syntax: "public interface **BackupPolicies**"
methods:
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.define(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.define(String name)"
name: "define(String name)"
nameWithType: "BackupPolicies.define(String name)"
summary: "Begins definition for a new Backup<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 BackupPolicy.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new BackupPolicy resource."
returns:
description: "the first stage of the new BackupPolicy definition."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.BackupPolicy.DefinitionStages.Blank?alt=com.azure.resourcemanager.netapp.models.BackupPolicy.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.delete(String resourceGroupName, String accountName, String backupPolicyName)"
name: "delete(String resourceGroupName, String accountName, String backupPolicyName)"
nameWithType: "BackupPolicies.delete(String resourceGroupName, String accountName, String backupPolicyName)"
summary: "Delete a backup policy Delete backup 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: "Backup policy Name which uniquely identify backup policy."
name: "backupPolicyName"
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 backupPolicyName)"
desc: "Delete a backup policy Delete backup policy."
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.delete(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
name: "delete(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
nameWithType: "BackupPolicies.delete(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
summary: "Delete a backup policy Delete backup 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: "Backup policy Name which uniquely identify backup policy."
name: "backupPolicyName"
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 backupPolicyName, Context context)"
desc: "Delete a backup policy Delete backup policy."
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "BackupPolicies.deleteById(String id)"
summary: "Delete a backup policy Delete backup 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 a backup policy Delete backup policy."
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "BackupPolicies.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a backup policy Delete backup 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 a backup policy Delete backup policy."
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.get(String resourceGroupName, String accountName, String backupPolicyName)"
name: "get(String resourceGroupName, String accountName, String backupPolicyName)"
nameWithType: "BackupPolicies.get(String resourceGroupName, String accountName, String backupPolicyName)"
summary: "Get a backup Policy Get a particular backup 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: "Backup policy Name which uniquely identify backup policy."
name: "backupPolicyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BackupPolicy get(String resourceGroupName, String accountName, String backupPolicyName)"
desc: "Get a backup Policy Get a particular backup Policy."
returns:
description: "a particular backup Policy."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.getById(String id)"
name: "getById(String id)"
nameWithType: "BackupPolicies.getById(String id)"
summary: "Get a backup Policy Get a particular backup 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 BackupPolicy getById(String id)"
desc: "Get a backup Policy Get a particular backup Policy."
returns:
description: "a particular backup 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.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "BackupPolicies.getByIdWithResponse(String id, Context context)"
summary: "Get a backup Policy Get a particular backup 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<BackupPolicy> getByIdWithResponse(String id, Context context)"
desc: "Get a backup Policy Get a particular backup Policy."
returns:
description: "a particular backup 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.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.getWithResponse(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
nameWithType: "BackupPolicies.getWithResponse(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
summary: "Get a backup Policy Get a particular backup 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: "Backup policy Name which uniquely identify backup policy."
name: "backupPolicyName"
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<BackupPolicy> getWithResponse(String resourceGroupName, String accountName, String backupPolicyName, Context context)"
desc: "Get a backup Policy Get a particular backup Policy."
returns:
description: "a particular backup 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.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "BackupPolicies.list(String resourceGroupName, String accountName)"
summary: "List backup policies List backup policies for Netapp Account."
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<BackupPolicy> list(String resourceGroupName, String accountName)"
desc: "List backup policies List backup policies for Netapp Account."
returns:
description: "list of Backup 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.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.netapp.models.BackupPolicies.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.netapp.models.BackupPolicies.list(String resourceGroupName, String accountName, Context context)"
name: "list(String resourceGroupName, String accountName, Context context)"
nameWithType: "BackupPolicies.list(String resourceGroupName, String accountName, Context context)"
summary: "List backup policies List backup policies for Netapp Account."
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<BackupPolicy> list(String resourceGroupName, String accountName, Context context)"
desc: "List backup policies List backup policies for Netapp Account."
returns:
description: "list of Backup 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.BackupPolicy?alt=com.azure.resourcemanager.netapp.models.BackupPolicy&text=BackupPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of BackupPolicies."
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.4.0