Compartir a través de


DeploymentScriptsOperationsExtensions.BeginCreate Método

Definición

Crea un script de implementación.

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

deploymentScript
DeploymentScript

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

Devoluciones

Se aplica a