Freigeben über


DeploymentScriptsOperationsExtensions.ListBySubscriptionNext Methode

Definition

Listet alle Bereitstellungsskripts für ein bestimmtes Abonnement auf.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript> ListBySubscriptionNext (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDeploymentScriptsOperations, nextPageLink As String) As IPage(Of DeploymentScript)

Parameter

operations
IDeploymentScriptsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: