Share via


LoadTestAdministrationClient.GetNotificationRule Method

Definition

Overloads

Name Description
GetNotificationRule(String, CancellationToken)

Resource read operation template.

GetNotificationRule(String, RequestContext)

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

GetNotificationRule(String, CancellationToken)

Source:
LoadTestAdministrationClient.cs

Resource read operation template.

public virtual Azure.Response<Azure.Developer.LoadTesting.NotificationRule> GetNotificationRule(string notificationRuleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.Developer.LoadTesting.NotificationRule>
override this.GetNotificationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.Developer.LoadTesting.NotificationRule>
Public Overridable Function GetNotificationRule (notificationRuleId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NotificationRule)

Parameters

notificationRuleId
String

The unique identifier of the notification rule.

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

notificationRuleId is null.

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

Service returned a non-success status code.

Applies to

GetNotificationRule(String, RequestContext)

Source:
LoadTestAdministrationClient.cs

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetNotificationRule(string notificationRuleId, Azure.RequestContext context);
abstract member GetNotificationRule : string * Azure.RequestContext -> Azure.Response
override this.GetNotificationRule : string * Azure.RequestContext -> Azure.Response
Public Overridable Function GetNotificationRule (notificationRuleId As String, context As RequestContext) As Response

Parameters

notificationRuleId
String

The unique identifier of the notification rule.

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

notificationRuleId is null.

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

Service returned a non-success status code.

Applies to