NamespacesOperationsExtensions.List(INamespacesOperations) Method

Definition

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.RelayNamespace> List (this Microsoft.Azure.Management.Relay.INamespacesOperations operations);
static member List : Microsoft.Azure.Management.Relay.INamespacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.RelayNamespace>
<Extension()>
Public Function List (operations As INamespacesOperations) As IPage(Of RelayNamespace)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

Returns

Applies to