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

334 строки
27 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance"
name: "BackupInstance"
nameWithType: "BackupInstance"
summary: "Backup Instance."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **BackupInstance**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.BackupInstance()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.BackupInstance()"
name: "BackupInstance()"
nameWithType: "BackupInstance.BackupInstance()"
summary: "Creates an instance of Backup<wbr>Instance class."
syntax: "public BackupInstance()"
desc: "Creates an instance of BackupInstance class."
methods:
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.currentProtectionState()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.currentProtectionState()"
name: "currentProtectionState()"
nameWithType: "BackupInstance.currentProtectionState()"
summary: "Get the current<wbr>Protection<wbr>State property: Specifies the current protection state of the resource."
syntax: "public CurrentProtectionState currentProtectionState()"
desc: "Get the currentProtectionState property: Specifies the current protection state of the resource."
returns:
description: "the currentProtectionState value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.CurrentProtectionState?alt=com.azure.resourcemanager.dataprotection.models.CurrentProtectionState&text=CurrentProtectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.dataSourceInfo()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.dataSourceInfo()"
name: "dataSourceInfo()"
nameWithType: "BackupInstance.dataSourceInfo()"
summary: "Get the data<wbr>Source<wbr>Info property: Gets or sets the data source information."
syntax: "public Datasource dataSourceInfo()"
desc: "Get the dataSourceInfo property: Gets or sets the data source information."
returns:
description: "the dataSourceInfo value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.Datasource?alt=com.azure.resourcemanager.dataprotection.models.Datasource&text=Datasource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.dataSourceSetInfo()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.dataSourceSetInfo()"
name: "dataSourceSetInfo()"
nameWithType: "BackupInstance.dataSourceSetInfo()"
summary: "Get the data<wbr>Source<wbr>Set<wbr>Info property: Gets or sets the data source set information."
syntax: "public DatasourceSet dataSourceSetInfo()"
desc: "Get the dataSourceSetInfo property: Gets or sets the data source set information."
returns:
description: "the dataSourceSetInfo value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.DatasourceSet?alt=com.azure.resourcemanager.dataprotection.models.DatasourceSet&text=DatasourceSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.datasourceAuthCredentials()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.datasourceAuthCredentials()"
name: "datasourceAuthCredentials()"
nameWithType: "BackupInstance.datasourceAuthCredentials()"
summary: "Get the datasource<wbr>Auth<wbr>Credentials property: Credentials to use to authenticate with data source provider."
syntax: "public AuthCredentials datasourceAuthCredentials()"
desc: "Get the datasourceAuthCredentials property: Credentials to use to authenticate with data source provider."
returns:
description: "the datasourceAuthCredentials value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.AuthCredentials?alt=com.azure.resourcemanager.dataprotection.models.AuthCredentials&text=AuthCredentials\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.friendlyName()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.friendlyName()"
name: "friendlyName()"
nameWithType: "BackupInstance.friendlyName()"
summary: "Get the friendly<wbr>Name property: Gets or sets the Backup Instance friendly name."
syntax: "public String friendlyName()"
desc: "Get the friendlyName property: Gets or sets the Backup Instance friendly name."
returns:
description: "the friendlyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BackupInstance.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Backup<wbr>Instance from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BackupInstance fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BackupInstance from the JsonReader."
returns:
description: "An instance of BackupInstance if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.identityDetails()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.identityDetails()"
name: "identityDetails()"
nameWithType: "BackupInstance.identityDetails()"
summary: "Get the identity<wbr>Details property: Contains information of the Identity Details for the BI."
syntax: "public IdentityDetails identityDetails()"
desc: "Get the identityDetails property: Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned."
returns:
description: "the identityDetails value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.IdentityDetails?alt=com.azure.resourcemanager.dataprotection.models.IdentityDetails&text=IdentityDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.objectType()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.objectType()"
name: "objectType()"
nameWithType: "BackupInstance.objectType()"
summary: "Get the object<wbr>Type property: The object<wbr>Type property."
syntax: "public String objectType()"
desc: "Get the objectType property: The objectType property."
returns:
description: "the objectType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.policyInfo()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.policyInfo()"
name: "policyInfo()"
nameWithType: "BackupInstance.policyInfo()"
summary: "Get the policy<wbr>Info property: Gets or sets the policy information."
syntax: "public PolicyInfo policyInfo()"
desc: "Get the policyInfo property: Gets or sets the policy information."
returns:
description: "the policyInfo value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.PolicyInfo?alt=com.azure.resourcemanager.dataprotection.models.PolicyInfo&text=PolicyInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.protectionErrorDetails()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.protectionErrorDetails()"
name: "protectionErrorDetails()"
nameWithType: "BackupInstance.protectionErrorDetails()"
summary: "Get the protection<wbr>Error<wbr>Details property: Specifies the protection error of the resource."
syntax: "public UserFacingError protectionErrorDetails()"
desc: "Get the protectionErrorDetails property: Specifies the protection error of the resource."
returns:
description: "the protectionErrorDetails value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.UserFacingError?alt=com.azure.resourcemanager.dataprotection.models.UserFacingError&text=UserFacingError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.protectionStatus()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.protectionStatus()"
name: "protectionStatus()"
nameWithType: "BackupInstance.protectionStatus()"
summary: "Get the protection<wbr>Status property: Specifies the protection status of the resource."
syntax: "public ProtectionStatusDetails protectionStatus()"
desc: "Get the protectionStatus property: Specifies the protection status of the resource."
returns:
description: "the protectionStatus value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ProtectionStatusDetails?alt=com.azure.resourcemanager.dataprotection.models.ProtectionStatusDetails&text=ProtectionStatusDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.provisioningState()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.provisioningState()"
name: "provisioningState()"
nameWithType: "BackupInstance.provisioningState()"
summary: "Get the provisioning<wbr>State property: Specifies the provisioning state of the resource i.<wbr>e."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.resourceGuardOperationRequests()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.resourceGuardOperationRequests()"
name: "resourceGuardOperationRequests()"
nameWithType: "BackupInstance.resourceGuardOperationRequests()"
summary: "Get the resource<wbr>Guard<wbr>Operation<wbr>Requests property: Resource<wbr>Guard<wbr>Operation<wbr>Requests on which LAC check will be performed."
syntax: "public List<String> resourceGuardOperationRequests()"
desc: "Get the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed."
returns:
description: "the resourceGuardOperationRequests value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BackupInstance.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.validate()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.validate()"
name: "validate()"
nameWithType: "BackupInstance.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.validationType()"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.validationType()"
name: "validationType()"
nameWithType: "BackupInstance.validationType()"
summary: "Get the validation<wbr>Type property: Specifies the type of validation."
syntax: "public ValidationType validationType()"
desc: "Get the validationType property: Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again."
returns:
description: "the validationType value."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ValidationType?alt=com.azure.resourcemanager.dataprotection.models.ValidationType&text=ValidationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDataSourceInfo(com.azure.resourcemanager.dataprotection.models.Datasource)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDataSourceInfo(Datasource dataSourceInfo)"
name: "withDataSourceInfo(Datasource dataSourceInfo)"
nameWithType: "BackupInstance.withDataSourceInfo(Datasource dataSourceInfo)"
summary: "Set the data<wbr>Source<wbr>Info property: Gets or sets the data source information."
parameters:
- description: "the dataSourceInfo value to set."
name: "dataSourceInfo"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.Datasource?alt=com.azure.resourcemanager.dataprotection.models.Datasource&text=Datasource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withDataSourceInfo(Datasource dataSourceInfo)"
desc: "Set the dataSourceInfo property: Gets or sets the data source information."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDataSourceSetInfo(com.azure.resourcemanager.dataprotection.models.DatasourceSet)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDataSourceSetInfo(DatasourceSet dataSourceSetInfo)"
name: "withDataSourceSetInfo(DatasourceSet dataSourceSetInfo)"
nameWithType: "BackupInstance.withDataSourceSetInfo(DatasourceSet dataSourceSetInfo)"
summary: "Set the data<wbr>Source<wbr>Set<wbr>Info property: Gets or sets the data source set information."
parameters:
- description: "the dataSourceSetInfo value to set."
name: "dataSourceSetInfo"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.DatasourceSet?alt=com.azure.resourcemanager.dataprotection.models.DatasourceSet&text=DatasourceSet\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withDataSourceSetInfo(DatasourceSet dataSourceSetInfo)"
desc: "Set the dataSourceSetInfo property: Gets or sets the data source set information."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDatasourceAuthCredentials(com.azure.resourcemanager.dataprotection.models.AuthCredentials)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withDatasourceAuthCredentials(AuthCredentials datasourceAuthCredentials)"
name: "withDatasourceAuthCredentials(AuthCredentials datasourceAuthCredentials)"
nameWithType: "BackupInstance.withDatasourceAuthCredentials(AuthCredentials datasourceAuthCredentials)"
summary: "Set the datasource<wbr>Auth<wbr>Credentials property: Credentials to use to authenticate with data source provider."
parameters:
- description: "the datasourceAuthCredentials value to set."
name: "datasourceAuthCredentials"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.AuthCredentials?alt=com.azure.resourcemanager.dataprotection.models.AuthCredentials&text=AuthCredentials\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withDatasourceAuthCredentials(AuthCredentials datasourceAuthCredentials)"
desc: "Set the datasourceAuthCredentials property: Credentials to use to authenticate with data source provider."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withFriendlyName(java.lang.String)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withFriendlyName(String friendlyName)"
name: "withFriendlyName(String friendlyName)"
nameWithType: "BackupInstance.withFriendlyName(String friendlyName)"
summary: "Set the friendly<wbr>Name property: Gets or sets the Backup Instance friendly name."
parameters:
- description: "the friendlyName value to set."
name: "friendlyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BackupInstance withFriendlyName(String friendlyName)"
desc: "Set the friendlyName property: Gets or sets the Backup Instance friendly name."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withIdentityDetails(com.azure.resourcemanager.dataprotection.models.IdentityDetails)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withIdentityDetails(IdentityDetails identityDetails)"
name: "withIdentityDetails(IdentityDetails identityDetails)"
nameWithType: "BackupInstance.withIdentityDetails(IdentityDetails identityDetails)"
summary: "Set the identity<wbr>Details property: Contains information of the Identity Details for the BI."
parameters:
- description: "the identityDetails value to set."
name: "identityDetails"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.IdentityDetails?alt=com.azure.resourcemanager.dataprotection.models.IdentityDetails&text=IdentityDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withIdentityDetails(IdentityDetails identityDetails)"
desc: "Set the identityDetails property: Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withObjectType(java.lang.String)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withObjectType(String objectType)"
name: "withObjectType(String objectType)"
nameWithType: "BackupInstance.withObjectType(String objectType)"
summary: "Set the object<wbr>Type property: The object<wbr>Type property."
parameters:
- description: "the objectType value to set."
name: "objectType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BackupInstance withObjectType(String objectType)"
desc: "Set the objectType property: The objectType property."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withPolicyInfo(com.azure.resourcemanager.dataprotection.models.PolicyInfo)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withPolicyInfo(PolicyInfo policyInfo)"
name: "withPolicyInfo(PolicyInfo policyInfo)"
nameWithType: "BackupInstance.withPolicyInfo(PolicyInfo policyInfo)"
summary: "Set the policy<wbr>Info property: Gets or sets the policy information."
parameters:
- description: "the policyInfo value to set."
name: "policyInfo"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.PolicyInfo?alt=com.azure.resourcemanager.dataprotection.models.PolicyInfo&text=PolicyInfo\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withPolicyInfo(PolicyInfo policyInfo)"
desc: "Set the policyInfo property: Gets or sets the policy information."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withResourceGuardOperationRequests(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
name: "withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
nameWithType: "BackupInstance.withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
summary: "Set the resource<wbr>Guard<wbr>Operation<wbr>Requests property: Resource<wbr>Guard<wbr>Operation<wbr>Requests on which LAC check will be performed."
parameters:
- description: "the resourceGuardOperationRequests value to set."
name: "resourceGuardOperationRequests"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BackupInstance withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
desc: "Set the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withValidationType(com.azure.resourcemanager.dataprotection.models.ValidationType)"
fullName: "com.azure.resourcemanager.dataprotection.models.BackupInstance.withValidationType(ValidationType validationType)"
name: "withValidationType(ValidationType validationType)"
nameWithType: "BackupInstance.withValidationType(ValidationType validationType)"
summary: "Set the validation<wbr>Type property: Specifies the type of validation."
parameters:
- description: "the validationType value to set."
name: "validationType"
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ValidationType?alt=com.azure.resourcemanager.dataprotection.models.ValidationType&text=ValidationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackupInstance withValidationType(ValidationType validationType)"
desc: "Set the validationType property: Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again."
returns:
description: "the BackupInstance object itself."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Backup Instance."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupInstance?alt=com.azure.resourcemanager.dataprotection.models.BackupInstance&text=BackupInstance\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.dataprotection.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0