WcfRelayCollection.GetAll(CancellationToken) Method

Definition

Lists the WCF relays within the namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays
  • Operation Id: WCFRelays_ListByNamespace
public virtual Azure.Pageable<Azure.ResourceManager.Relay.WcfRelayResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.WcfRelayResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.WcfRelayResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WcfRelayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of WcfRelayResource that may take multiple service requests to iterate over.

Applies to