IRemoteSupportRequest.ExpirationTimeStamp 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.
Expiration DateTimeStamp when Remote Support Access will be expired
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Expiration DateTimeStamp when Remote Support Access will be expired", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expirationTimeStamp")]
public DateTime? ExpirationTimeStamp { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Expiration DateTimeStamp when Remote Support Access will be expired", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expirationTimeStamp")>]
member this.ExpirationTimeStamp : Nullable<DateTime> with get, set
Public Property ExpirationTimeStamp As Nullable(Of DateTime)
Property Value
- Attributes