MockableRelaySubscriptionResource.GetRelayNamespaces Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the available namespaces within the subscription regardless of the resourceGroups.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces
- Operation Id: Namespaces_List
public virtual Azure.Pageable<Azure.ResourceManager.Relay.RelayNamespaceResource> GetRelayNamespaces (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayNamespaces : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.RelayNamespaceResource>
override this.GetRelayNamespaces : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Relay.RelayNamespaceResource>
Public Overridable Function GetRelayNamespaces (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RelayNamespaceResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of RelayNamespaceResource that may take multiple service requests to iterate over.