IMonitoringConfigurationOperations.GetConfigurationAsync Method (String, CancellationToken)

 

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

Syntax

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

Parameters

  • resourceUri
    Type: System.String

    The resource identifier of the configuration.

Return Value

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

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

See Also

IMonitoringConfigurationOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top