MetricTableInfo.SasToken Property
Optional. SAS Key for accessing the table.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string SasToken { get; set; }
public:
property String^ SasToken {
String^ get();
void set(String^ value);
}
member SasToken : string with get, set
Public Property SasToken As String
Property Value
Type: System.String
See Also
MetricTableInfo Class
Microsoft.Azure.Insights.Models Namespace
Return to top