Compartir a través de


DeploymentScriptsOperationsExtensions.Get Método

Definición

Obtiene un script de implementación con un nombre determinado.

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

Parámetros

operations
IDeploymentScriptsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

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

scriptName
String

Nombre del script de implementación.

Devoluciones

Se aplica a