Share via


NotificationHubNamespaceAuthorizationRuleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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