PSBlobServiceProperties.RestorePolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.Enabled", Position=5, ScriptBlock="$_.RestorePolicy.Enabled", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.Days", Position=6, ScriptBlock="$_.RestorePolicy.Days", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.MinRestoreTime", Position=7, ScriptBlock="$_.RestorePolicy.MinRestoreTime", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy RestorePolicy { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.Enabled", Position=5, ScriptBlock="$_.RestorePolicy.Enabled", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.Days", Position=6, ScriptBlock="$_.RestorePolicy.Days", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RestorePolicy.MinRestoreTime", Position=7, ScriptBlock="$_.RestorePolicy.MinRestoreTime", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.RestorePolicy : Microsoft.Azure.Commands.Management.Storage.Models.PSRestorePolicy with get, set
Public Property RestorePolicy As PSRestorePolicy
Property Value
- Attributes