StorageConfigurationGetResponse.Properties Property
Optional. The retrieved configuration properties.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public StorageConfiguration Properties { get; set; }
public:
property StorageConfiguration^ Properties {
StorageConfiguration^ get();
void set(StorageConfiguration^ value);
}
member Properties : StorageConfiguration with get, set
Public Property Properties As StorageConfiguration
Property Value
Type: Microsoft.Azure.Management.Insights.Models.StorageConfiguration
See Also
StorageConfigurationGetResponse Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top