共用方式為


MockableElasticResourceGroupResource.GetElasticMonitorAsync Method

Definition

Get the properties of a specific monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}
  • Operation Id: Monitors_Get
  • Default Api Version: 2024-03-01
  • Resource: ElasticMonitorResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.ElasticMonitorResource>> GetElasticMonitorAsync (string monitorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetElasticMonitorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.ElasticMonitorResource>>
override this.GetElasticMonitorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.ElasticMonitorResource>>
Public Overridable Function GetElasticMonitorAsync (monitorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ElasticMonitorResource))

Parameters

monitorName
String

Monitor resource name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

monitorName is null.

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

Applies to