Compartir a través de


DeploymentScriptsOperationsExtensions.ListByResourceGroup Método

Definición

Enumera los scripts de implementaciones.

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

Parámetros

operations
IDeploymentScriptsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

Devoluciones

Se aplica a