MockableWorkloadsResourceGroupResource.GetSapMonitorAsync Method

Definition

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.

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

Parameters

monitorName
String

Name of the SAP monitor resource.

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