DirectoryConfiguration.ContainerName Property
Optional. The name of the blob container in your Azure Storage account that will be used to store the log files.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string ContainerName { get; set; }
public:
property String^ ContainerName {
String^ get();
void set(String^ value);
}
member ContainerName : string with get, set
Public Property ContainerName As String
Property Value
Type: System.String
See Also
DirectoryConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top