MetricTableInfo.SasTokenExpirationTime Property
Optional. When the SAS Key will expire.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public DateTime SasTokenExpirationTime { get; set; }
public:
property DateTime SasTokenExpirationTime {
DateTime get();
void set(DateTime value);
}
member SasTokenExpirationTime : DateTime with get, set
Public Property SasTokenExpirationTime As Date
Property Value
Type: System.DateTime
See Also
MetricTableInfo Class
Microsoft.Azure.Insights.Models Namespace
Return to top