IAttestation.ExpiresOn 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.
The time the compliance state should expire.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The time the compliance state should expire.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expiresOn", Update=true)]
public DateTime? ExpiresOn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The time the compliance state should expire.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expiresOn", Update=true)>]
member this.ExpiresOn : Nullable<DateTime> with get, set
Public Property ExpiresOn As Nullable(Of DateTime)
Property Value
- Attributes