PSSeriviceProperties.DeleteRetentionPolicy 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="DeleteRetentionPolicy.Enabled", Position=9, ScriptBlock="$_.DeleteRetentionPolicy.Enabled", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="DeleteRetentionPolicy.RetentionDays", Position=10, ScriptBlock="$_.DeleteRetentionPolicy.RetentionDays", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy DeleteRetentionPolicy { get; set; }
public Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy DeleteRetentionPolicy { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="DeleteRetentionPolicy.Enabled", Position=9, ScriptBlock="$_.DeleteRetentionPolicy.Enabled", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="DeleteRetentionPolicy.RetentionDays", Position=10, ScriptBlock="$_.DeleteRetentionPolicy.RetentionDays", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
member this.DeleteRetentionPolicy : Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy with get, set
member this.DeleteRetentionPolicy : Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy with get, set
Public Property DeleteRetentionPolicy As PSDeleteRetentionPolicy
Property Value
- Attributes