Compartilhar via


IMonitoringConfigurationOperations.GetStorageConfigurationAsync Method (String, CancellationToken)

 

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

Syntax

Task<StorageConfigurationGetResponse> GetStorageConfigurationAsync(
    string resourceUri,
    CancellationToken cancellationToken
)
Task<StorageConfigurationGetResponse^>^ GetStorageConfigurationAsync(
    String^ resourceUri,
    CancellationToken cancellationToken
)
abstract GetStorageConfigurationAsync : 
        resourceUri:string *
        cancellationToken:CancellationToken -> Task<StorageConfigurationGetResponse>
Function GetStorageConfigurationAsync (
    resourceUri As String,
    cancellationToken As CancellationToken
) As Task(Of StorageConfigurationGetResponse)

Parameters

  • resourceUri
    Type: System.String

    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.

See Also

IMonitoringConfigurationOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top