69 строки
5.3 KiB
YAML
69 строки
5.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings"
|
|
fullName: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings"
|
|
name: "RestoreSettings"
|
|
nameWithType: "RestoreSettings"
|
|
summary: "Restore Settings of the 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 **RestoreSettings**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.RestoreSettings()"
|
|
fullName: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.RestoreSettings()"
|
|
name: "RestoreSettings()"
|
|
nameWithType: "RestoreSettings.RestoreSettings()"
|
|
summary: "Creates an instance of Restore<wbr>Settings class."
|
|
syntax: "public RestoreSettings()"
|
|
desc: "Creates an instance of RestoreSettings class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.crossSubscriptionRestoreSettings()"
|
|
fullName: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.crossSubscriptionRestoreSettings()"
|
|
name: "crossSubscriptionRestoreSettings()"
|
|
nameWithType: "RestoreSettings.crossSubscriptionRestoreSettings()"
|
|
summary: "Get the cross<wbr>Subscription<wbr>Restore<wbr>Settings property: Settings for Cross<wbr>Subscription<wbr>Restore."
|
|
syntax: "public CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings()"
|
|
desc: "Get the crossSubscriptionRestoreSettings property: Settings for CrossSubscriptionRestore."
|
|
returns:
|
|
description: "the crossSubscriptionRestoreSettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservices.models.CrossSubscriptionRestoreSettings?alt=com.azure.resourcemanager.recoveryservices.models.CrossSubscriptionRestoreSettings&text=CrossSubscriptionRestoreSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.validate()"
|
|
fullName: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RestoreSettings.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.withCrossSubscriptionRestoreSettings(com.azure.resourcemanager.recoveryservices.models.CrossSubscriptionRestoreSettings)"
|
|
fullName: "com.azure.resourcemanager.recoveryservices.models.RestoreSettings.withCrossSubscriptionRestoreSettings(CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings)"
|
|
name: "withCrossSubscriptionRestoreSettings(CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings)"
|
|
nameWithType: "RestoreSettings.withCrossSubscriptionRestoreSettings(CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings)"
|
|
summary: "Set the cross<wbr>Subscription<wbr>Restore<wbr>Settings property: Settings for Cross<wbr>Subscription<wbr>Restore."
|
|
parameters:
|
|
- description: "the crossSubscriptionRestoreSettings value to set."
|
|
name: "crossSubscriptionRestoreSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservices.models.CrossSubscriptionRestoreSettings?alt=com.azure.resourcemanager.recoveryservices.models.CrossSubscriptionRestoreSettings&text=CrossSubscriptionRestoreSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RestoreSettings withCrossSubscriptionRestoreSettings(CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings)"
|
|
desc: "Set the crossSubscriptionRestoreSettings property: Settings for CrossSubscriptionRestore."
|
|
returns:
|
|
description: "the RestoreSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservices.models.RestoreSettings?alt=com.azure.resourcemanager.recoveryservices.models.RestoreSettings&text=RestoreSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Restore Settings of the vault."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.recoveryservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservices:1.3.0
|