Partager via


SubnetsOperationsExtensions.ListNext(ISubnetsOperations, String) Méthode

Définition

Obtient tous les sous-réseaux d’un réseau virtuel.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Subnet> ListNext (this Microsoft.Azure.Management.Network.ISubnetsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.ISubnetsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Subnet>
<Extension()>
Public Function ListNext (operations As ISubnetsOperations, nextPageLink As String) As IPage(Of Subnet)

Paramètres

operations
ISubnetsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à