azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

104 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.RestorePolicyProperties"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties"
name: "RestorePolicyProperties"
nameWithType: "RestorePolicyProperties"
summary: "The blob service properties for blob restore policy."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **RestorePolicyProperties**"
constructors:
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.RestorePolicyProperties()"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.RestorePolicyProperties()"
name: "RestorePolicyProperties()"
nameWithType: "RestorePolicyProperties.RestorePolicyProperties()"
syntax: "public RestorePolicyProperties()"
methods:
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.days()"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.days()"
name: "days()"
nameWithType: "RestorePolicyProperties.days()"
summary: "Get how long this blob can be restored."
syntax: "public Integer days()"
desc: "Get how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days."
returns:
description: "the days value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.enabled()"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.enabled()"
name: "enabled()"
nameWithType: "RestorePolicyProperties.enabled()"
summary: "Get blob restore is enabled if set to true."
syntax: "public boolean enabled()"
desc: "Get blob restore is enabled if set to true."
returns:
description: "the enabled value"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.lastEnabledTime()"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.lastEnabledTime()"
name: "lastEnabledTime()"
nameWithType: "RestorePolicyProperties.lastEnabledTime()"
summary: "Get deprecated in favor of min<wbr>Restore<wbr>Time property."
syntax: "public DateTime lastEnabledTime()"
desc: "Get deprecated in favor of minRestoreTime property."
returns:
description: "the lastEnabledTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.minRestoreTime()"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.minRestoreTime()"
name: "minRestoreTime()"
nameWithType: "RestorePolicyProperties.minRestoreTime()"
summary: "Get returns the minimum date and time that the restore can be started."
syntax: "public DateTime minRestoreTime()"
desc: "Get returns the minimum date and time that the restore can be started."
returns:
description: "the minRestoreTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.withDays(java.lang.Integer)"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.withDays(Integer days)"
name: "withDays(Integer days)"
nameWithType: "RestorePolicyProperties.withDays(Integer days)"
summary: "Set how long this blob can be restored."
parameters:
- description: "the days value to set"
name: "days"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RestorePolicyProperties withDays(Integer days)"
desc: "Set how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days."
returns:
description: "the RestorePolicyProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.RestorePolicyProperties?alt=com.microsoft.azure.management.storage.RestorePolicyProperties&text=RestorePolicyProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.RestorePolicyProperties.withEnabled(boolean)"
fullName: "com.microsoft.azure.management.storage.RestorePolicyProperties.withEnabled(boolean enabled)"
name: "withEnabled(boolean enabled)"
nameWithType: "RestorePolicyProperties.withEnabled(boolean enabled)"
summary: "Set blob restore is enabled if set to true."
parameters:
- description: "the enabled value to set"
name: "enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RestorePolicyProperties withEnabled(boolean enabled)"
desc: "Set blob restore is enabled if set to true."
returns:
description: "the RestorePolicyProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.RestorePolicyProperties?alt=com.microsoft.azure.management.storage.RestorePolicyProperties&text=RestorePolicyProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The blob service properties for blob restore policy."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4