MonitoringConfigurationOperationsExtensions::GetStorageConfigurationAsync Method (IMonitoringConfigurationOperations^, String^)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
public: [ExtensionAttribute] static Task<StorageConfigurationGetResponse^>^ GetStorageConfigurationAsync( IMonitoringConfigurationOperations^ operations, String^ resourceUri )
Parameters
- operations
-
Type:
Microsoft.Azure.Management.Insights::IMonitoringConfigurationOperations^
Reference to the Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.
- resourceUri
-
Type:
System::String^
Required. The resource identifier of the configuration.
Return Value
Type: System.Threading.Tasks::Task<StorageConfigurationGetResponse^>^A standard service response including an HTTP status code and request ID.
Show: