ICredentialResults.HybridConnectionConfigExpirationTime 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.
Timestamp when this token will be expired.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Timestamp when this token will be expired.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="expirationTime")]
public long? HybridConnectionConfigExpirationTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="Timestamp when this token will be expired.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="expirationTime")>]
member this.HybridConnectionConfigExpirationTime : Nullable<int64>
Public ReadOnly Property HybridConnectionConfigExpirationTime As Nullable(Of Long)
Property Value
- Attributes