ElasticExtensions.GetElasticMonitorAsync Method

Definition

Get detailed properties of a specific Elastic monitor resource, helping you manage observability and performance. <item> Mocking. To mock this method, please mock GetElasticMonitorAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.ElasticMonitorResource>> GetElasticMonitorAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string monitorName, System.Threading.CancellationToken cancellationToken = default);
static member GetElasticMonitorAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.ElasticMonitorResource>>
<Extension()>
Public Function GetElasticMonitorAsync (resourceGroupResource As ResourceGroupResource, monitorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ElasticMonitorResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

monitorName
String

Monitor resource name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

monitorName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to