DeploymentScriptsOperationsExtensions.ListBySubscription Method

Definition

Lists all deployment scripts for a given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript> ListBySubscription (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>
<Extension()>
Public Function ListBySubscription (operations As IDeploymentScriptsOperations) As IPage(Of DeploymentScript)

Parameters

operations
IDeploymentScriptsOperations

The operations group for this extension method.

Returns

Applies to