共用方式為


ActivityLogAlertCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Operation Id: ActivityLogAlerts_Get
  • Default Api Version: 2020-10-01
  • Resource: ActivityLogAlertResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Monitor.ActivityLogAlertResource> GetIfExists (string activityLogAlertName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Monitor.ActivityLogAlertResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Monitor.ActivityLogAlertResource>
Public Overridable Function GetIfExists (activityLogAlertName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ActivityLogAlertResource)

Parameters

activityLogAlertName
String

The name of the Activity Log Alert rule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

activityLogAlertName is null.

Applies to