共用方式為


NotificationHubAuthorizationRuleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/notificationHubs/{notificationHubName}/authorizationRules/{authorizationRuleName}
  • Operation Id: NotificationHubs_GetAuthorizationRule
  • Default Api Version: 2023-10-01-preview
  • Resource: NotificationHubAuthorizationRuleResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubAuthorizationRuleResource>> GetIfExistsAsync (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubAuthorizationRuleResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubAuthorizationRuleResource>>
Public Overridable Function GetIfExistsAsync (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NotificationHubAuthorizationRuleResource))

Parameters

authorizationRuleName
String

Authorization Rule Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

authorizationRuleName is null.

Applies to