Partager via


DeploymentScriptsOperationsExtensions.ListByResourceGroup Méthode

Définition

Répertorie les scripts de déploiement.

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)

Paramètres

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

Retours

S’applique à