Partager via


DeploymentScriptsOperationsExtensions.Get Méthode

Définition

Obtient un script de déploiement avec un nom donné.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript Get (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName);
static member Get : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
<Extension()>
Public Function Get (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String) As 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.

scriptName
String

Nom du script de déploiement.

Retours

S’applique à