Share via


ServiceBusTopicAuthorizationRuleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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