PSRetentionPolicy Constructor
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.
public PSRetentionPolicy (int? days = default, DateTime? lastUpdatedTime = default, string status = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSRetentionPolicy : Nullable<int> * Nullable<DateTime> * string -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSRetentionPolicy
Public Sub New (Optional days As Nullable(Of Integer) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing)
Parameters
- status
- String