IEndpointAuthToken.RefreshAfterTimeUtc Property

Definition

Refresh access token after time (UTC).

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Refresh access token after time (UTC).", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="refreshAfterTimeUtc", Update=true)]
public long? RefreshAfterTimeUtc { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Refresh access token after time (UTC).", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="refreshAfterTimeUtc", Update=true)>]
member this.RefreshAfterTimeUtc : Nullable<int64> with get, set
Public Property RefreshAfterTimeUtc As Nullable(Of Long)

Property Value

Attributes

Applies to