IMonitoringConfigurationOperations.GetStorageConfigurationAsync Method (String, CancellationToken)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Task<StorageConfigurationGetResponse> GetStorageConfigurationAsync(
	string resourceUri,
	CancellationToken cancellationToken
)

Parameters

resourceUri
Type: System.String

The resource identifier of the configuration.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<StorageConfigurationGetResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: