PublicMonitoringConfiguration.StorageAccount Property
Optional. The name of the Azure Storage account to store the data in.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string StorageAccount { get; set; }
public:
property String^ StorageAccount {
String^ get();
void set(String^ value);
}
member StorageAccount : string with get, set
Public Property StorageAccount As String
Property Value
Type: System.String
See Also
PublicMonitoringConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top