Share via


WcfRelayCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.Relay.WcfRelayResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Relay.WcfRelayResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Relay.WcfRelayResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WcfRelayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to