Dela via


ServiceBusQueueAuthorizationRuleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

authorizationRuleName
String

The 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