Compartir a través de


DeploymentScriptsOperationsExtensions.Create Método

Definición

Crea un script de implementación.

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

scriptName
String

Nombre del script de implementación.

deploymentScript
DeploymentScript

Script de implementación proporcionado a la operación.

Devoluciones

Se aplica a