RelayHybridConnectionAuthorizationRuleCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/hybridConnections/{hybridConnectionName}/authorizationRules/{authorizationRuleName}
  • Operation Id: HybridConnections_GetAuthorizationRule
public virtual Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionAuthorizationRuleResource> GetIfExists (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionAuthorizationRuleResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionAuthorizationRuleResource>
Public Overridable Function GetIfExists (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of RelayHybridConnectionAuthorizationRuleResource)

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