Share via


DeploymentScriptsOperationsExtensions.BeginCreate メソッド

定義

デプロイ スクリプトを作成します。

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

パラメーター

operations
IDeploymentScriptsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

scriptName
String

デプロイ スクリプトの名前。

deploymentScript
DeploymentScript

操作に指定されたデプロイ スクリプト。

戻り値

適用対象