EnableAzureStorageServiceDeleteRetentionPolicyCommand.RetentionDays 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.
[System.Management.Automation.Alias(new System.String[] { "Days" })]
[System.Management.Automation.Parameter(HelpMessage="Sets the number of retention days for the DeleteRetentionPolicy.", Mandatory=true, Position=0)]
public int RetentionDays { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Days" })>]
[<System.Management.Automation.Parameter(HelpMessage="Sets the number of retention days for the DeleteRetentionPolicy.", Mandatory=true, Position=0)>]
member this.RetentionDays : int with get, set
Public Property RetentionDays As Integer
Property Value
- Attributes