你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAgreementTerms.RetrieveDatetime Property

Definition

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="retrieveDatetime")]
public DateTime? RetrieveDatetime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="retrieveDatetime")>]
member this.RetrieveDatetime : Nullable<DateTime> with get, set
Public Property RetrieveDatetime As Nullable(Of DateTime)

Property Value

Attributes

Applies to