Share via


RelayHybridConnectionCollection.GetIfExists(String, CancellationToken) 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}
  • Operation Id: HybridConnections_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionResource> GetIfExists (string hybridConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Relay.RelayHybridConnectionResource>
Public Overridable Function GetIfExists (hybridConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of RelayHybridConnectionResource)

Parameters

hybridConnectionName
String

The hybrid connection name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hybridConnectionName is null.

Applies to