MonitoringConfigurationOperationsExtensions.GetConfigurationAsync Method (IMonitoringConfigurationOperations, String)

 

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

Syntax

public static Task<MonitoringConfigurationGetResponse> GetConfigurationAsync(
    this IMonitoringConfigurationOperations operations,
    string resourceUri
)
public:
[ExtensionAttribute]
static Task<MonitoringConfigurationGetResponse^>^ GetConfigurationAsync(
    IMonitoringConfigurationOperations^ operations,
    String^ resourceUri
)
static member GetConfigurationAsync : 
        operations:IMonitoringConfigurationOperations *
        resourceUri:string -> Task<MonitoringConfigurationGetResponse>
<ExtensionAttribute>
Public Shared Function GetConfigurationAsync (
    operations As IMonitoringConfigurationOperations,
    resourceUri As String
) As Task(Of MonitoringConfigurationGetResponse)

Parameters

  • resourceUri
    Type: System.String

    Required. 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

MonitoringConfigurationOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top