282 строки
22 KiB
YAML
282 строки
22 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dataprotection.models.BackupVault"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault"
|
|
name: "BackupVault"
|
|
nameWithType: "BackupVault"
|
|
summary: "Backup<wbr>Vault Backup Vault."
|
|
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 final class **BackupVault**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.BackupVault()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.BackupVault()"
|
|
name: "BackupVault()"
|
|
nameWithType: "BackupVault.BackupVault()"
|
|
summary: "Creates an instance of Backup<wbr>Vault class."
|
|
syntax: "public BackupVault()"
|
|
desc: "Creates an instance of BackupVault class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.bcdrSecurityLevel()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.bcdrSecurityLevel()"
|
|
name: "bcdrSecurityLevel()"
|
|
nameWithType: "BackupVault.bcdrSecurityLevel()"
|
|
summary: "Get the bcdr<wbr>Security<wbr>Level property: Security Level of Backup Vault."
|
|
syntax: "public BcdrSecurityLevel bcdrSecurityLevel()"
|
|
desc: "Get the bcdrSecurityLevel property: Security Level of Backup Vault."
|
|
returns:
|
|
description: "the bcdrSecurityLevel value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BcdrSecurityLevel?alt=com.azure.resourcemanager.dataprotection.models.BcdrSecurityLevel&text=BcdrSecurityLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.featureSettings()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.featureSettings()"
|
|
name: "featureSettings()"
|
|
nameWithType: "BackupVault.featureSettings()"
|
|
summary: "Get the feature<wbr>Settings property: Feature Settings."
|
|
syntax: "public FeatureSettings featureSettings()"
|
|
desc: "Get the featureSettings property: Feature Settings."
|
|
returns:
|
|
description: "the featureSettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.FeatureSettings?alt=com.azure.resourcemanager.dataprotection.models.FeatureSettings&text=FeatureSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "BackupVault.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Backup<wbr>Vault 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 BackupVault 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 BackupVault from the JsonReader."
|
|
returns:
|
|
description: "An instance of BackupVault 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.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.isVaultProtectedByResourceGuard()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.isVaultProtectedByResourceGuard()"
|
|
name: "isVaultProtectedByResourceGuard()"
|
|
nameWithType: "BackupVault.isVaultProtectedByResourceGuard()"
|
|
summary: "Get the is<wbr>Vault<wbr>Protected<wbr>ByResource<wbr>Guard property: Is vault protected by resource guard."
|
|
syntax: "public Boolean isVaultProtectedByResourceGuard()"
|
|
desc: "Get the isVaultProtectedByResourceGuard property: Is vault protected by resource guard."
|
|
returns:
|
|
description: "the isVaultProtectedByResourceGuard value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.monitoringSettings()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.monitoringSettings()"
|
|
name: "monitoringSettings()"
|
|
nameWithType: "BackupVault.monitoringSettings()"
|
|
summary: "Get the monitoring<wbr>Settings property: Monitoring Settings."
|
|
syntax: "public MonitoringSettings monitoringSettings()"
|
|
desc: "Get the monitoringSettings property: Monitoring Settings."
|
|
returns:
|
|
description: "the monitoringSettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.MonitoringSettings?alt=com.azure.resourcemanager.dataprotection.models.MonitoringSettings&text=MonitoringSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "BackupVault.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: Provisioning state of the Backup<wbr>Vault resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: Provisioning state of the BackupVault resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ProvisioningState?alt=com.azure.resourcemanager.dataprotection.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.replicatedRegions()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.replicatedRegions()"
|
|
name: "replicatedRegions()"
|
|
nameWithType: "BackupVault.replicatedRegions()"
|
|
summary: "Get the replicated<wbr>Regions property: List of replicated regions for Backup Vault."
|
|
syntax: "public List<String> replicatedRegions()"
|
|
desc: "Get the replicatedRegions property: List of replicated regions for Backup Vault."
|
|
returns:
|
|
description: "the replicatedRegions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceGuardOperationRequests()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceGuardOperationRequests()"
|
|
name: "resourceGuardOperationRequests()"
|
|
nameWithType: "BackupVault.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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceMoveDetails()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceMoveDetails()"
|
|
name: "resourceMoveDetails()"
|
|
nameWithType: "BackupVault.resourceMoveDetails()"
|
|
summary: "Get the resource<wbr>Move<wbr>Details property: Resource move details for backup vault."
|
|
syntax: "public ResourceMoveDetails resourceMoveDetails()"
|
|
desc: "Get the resourceMoveDetails property: Resource move details for backup vault."
|
|
returns:
|
|
description: "the resourceMoveDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ResourceMoveDetails?alt=com.azure.resourcemanager.dataprotection.models.ResourceMoveDetails&text=ResourceMoveDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceMoveState()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.resourceMoveState()"
|
|
name: "resourceMoveState()"
|
|
nameWithType: "BackupVault.resourceMoveState()"
|
|
summary: "Get the resource<wbr>Move<wbr>State property: Resource move state for backup vault."
|
|
syntax: "public ResourceMoveState resourceMoveState()"
|
|
desc: "Get the resourceMoveState property: Resource move state for backup vault."
|
|
returns:
|
|
description: "the resourceMoveState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.ResourceMoveState?alt=com.azure.resourcemanager.dataprotection.models.ResourceMoveState&text=ResourceMoveState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.secureScore()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.secureScore()"
|
|
name: "secureScore()"
|
|
nameWithType: "BackupVault.secureScore()"
|
|
summary: "Get the secure<wbr>Score property: Secure Score of Backup Vault."
|
|
syntax: "public SecureScoreLevel secureScore()"
|
|
desc: "Get the secureScore property: Secure Score of Backup Vault."
|
|
returns:
|
|
description: "the secureScore value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecureScoreLevel?alt=com.azure.resourcemanager.dataprotection.models.SecureScoreLevel&text=SecureScoreLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.securitySettings()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.securitySettings()"
|
|
name: "securitySettings()"
|
|
nameWithType: "BackupVault.securitySettings()"
|
|
summary: "Get the security<wbr>Settings property: Security Settings."
|
|
syntax: "public SecuritySettings securitySettings()"
|
|
desc: "Get the securitySettings property: Security Settings."
|
|
returns:
|
|
description: "the securitySettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecuritySettings?alt=com.azure.resourcemanager.dataprotection.models.SecuritySettings&text=SecuritySettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.storageSettings()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.storageSettings()"
|
|
name: "storageSettings()"
|
|
nameWithType: "BackupVault.storageSettings()"
|
|
summary: "Get the storage<wbr>Settings property: Storage Settings."
|
|
syntax: "public List<StorageSetting> storageSettings()"
|
|
desc: "Get the storageSettings property: Storage Settings."
|
|
returns:
|
|
description: "the storageSettings value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.dataprotection.models.StorageSetting?alt=com.azure.resourcemanager.dataprotection.models.StorageSetting&text=StorageSetting\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "BackupVault.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.BackupVault.validate()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BackupVault.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withFeatureSettings(com.azure.resourcemanager.dataprotection.models.FeatureSettings)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withFeatureSettings(FeatureSettings featureSettings)"
|
|
name: "withFeatureSettings(FeatureSettings featureSettings)"
|
|
nameWithType: "BackupVault.withFeatureSettings(FeatureSettings featureSettings)"
|
|
summary: "Set the feature<wbr>Settings property: Feature Settings."
|
|
parameters:
|
|
- description: "the featureSettings value to set."
|
|
name: "featureSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.FeatureSettings?alt=com.azure.resourcemanager.dataprotection.models.FeatureSettings&text=FeatureSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BackupVault withFeatureSettings(FeatureSettings featureSettings)"
|
|
desc: "Set the featureSettings property: Feature Settings."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withMonitoringSettings(com.azure.resourcemanager.dataprotection.models.MonitoringSettings)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withMonitoringSettings(MonitoringSettings monitoringSettings)"
|
|
name: "withMonitoringSettings(MonitoringSettings monitoringSettings)"
|
|
nameWithType: "BackupVault.withMonitoringSettings(MonitoringSettings monitoringSettings)"
|
|
summary: "Set the monitoring<wbr>Settings property: Monitoring Settings."
|
|
parameters:
|
|
- description: "the monitoringSettings value to set."
|
|
name: "monitoringSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.MonitoringSettings?alt=com.azure.resourcemanager.dataprotection.models.MonitoringSettings&text=MonitoringSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BackupVault withMonitoringSettings(MonitoringSettings monitoringSettings)"
|
|
desc: "Set the monitoringSettings property: Monitoring Settings."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withReplicatedRegions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withReplicatedRegions(List<String> replicatedRegions)"
|
|
name: "withReplicatedRegions(List<String> replicatedRegions)"
|
|
nameWithType: "BackupVault.withReplicatedRegions(List<String> replicatedRegions)"
|
|
summary: "Set the replicated<wbr>Regions property: List of replicated regions for Backup Vault."
|
|
parameters:
|
|
- description: "the replicatedRegions value to set."
|
|
name: "replicatedRegions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public BackupVault withReplicatedRegions(List<String> replicatedRegions)"
|
|
desc: "Set the replicatedRegions property: List of replicated regions for Backup Vault."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withResourceGuardOperationRequests(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
|
|
name: "withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
|
|
nameWithType: "BackupVault.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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public BackupVault withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)"
|
|
desc: "Set the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withSecuritySettings(com.azure.resourcemanager.dataprotection.models.SecuritySettings)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withSecuritySettings(SecuritySettings securitySettings)"
|
|
name: "withSecuritySettings(SecuritySettings securitySettings)"
|
|
nameWithType: "BackupVault.withSecuritySettings(SecuritySettings securitySettings)"
|
|
summary: "Set the security<wbr>Settings property: Security Settings."
|
|
parameters:
|
|
- description: "the securitySettings value to set."
|
|
name: "securitySettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecuritySettings?alt=com.azure.resourcemanager.dataprotection.models.SecuritySettings&text=SecuritySettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BackupVault withSecuritySettings(SecuritySettings securitySettings)"
|
|
desc: "Set the securitySettings property: Security Settings."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.BackupVault.withStorageSettings(java.util.List<com.azure.resourcemanager.dataprotection.models.StorageSetting>)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.BackupVault.withStorageSettings(List<StorageSetting> storageSettings)"
|
|
name: "withStorageSettings(List<StorageSetting> storageSettings)"
|
|
nameWithType: "BackupVault.withStorageSettings(List<StorageSetting> storageSettings)"
|
|
summary: "Set the storage<wbr>Settings property: Storage Settings."
|
|
parameters:
|
|
- description: "the storageSettings value to set."
|
|
name: "storageSettings"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.dataprotection.models.StorageSetting?alt=com.azure.resourcemanager.dataprotection.models.StorageSetting&text=StorageSetting\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BackupVault withStorageSettings(List<StorageSetting> storageSettings)"
|
|
desc: "Set the storageSettings property: Storage Settings."
|
|
returns:
|
|
description: "the BackupVault object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "BackupVault Backup Vault."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.BackupVault?alt=com.azure.resourcemanager.dataprotection.models.BackupVault&text=BackupVault\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dataprotection.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0
|