Delen via


NetworkManagersOperationsExtensions.ListBySubscription Method

Definition

List all network managers in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager> ListBySubscription (this Microsoft.Azure.Management.Network.INetworkManagersOperations operations, int? top = default, string skipToken = default);
static member ListBySubscription : Microsoft.Azure.Management.Network.INetworkManagersOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager>
<Extension()>
Public Function ListBySubscription (operations As INetworkManagersOperations, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing) As IPage(Of NetworkManager)

Parameters

operations
INetworkManagersOperations

The operations group for this extension method.

top
Nullable<Int32>

An optional query parameter which specifies the maximum number of records to be returned by the server.

skipToken
String

SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

Returns

Applies to