次の方法で共有


DeploymentOperationsExtensions.CreateOrUpdateAsync メソッド

定義

テンプレートを使用して、名前付きテンプレートのデプロイを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsCreateResult> CreateOrUpdateAsync(this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.Deployment parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string * Microsoft.Azure.Management.Resources.Models.Deployment -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentOperationsCreateResult>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As Task(Of DeploymentOperationsCreateResult)

パラメーター

operations
IDeploymentOperations

Microsoft.Azure.Management.Resources.IDeploymentOperations への参照です。

resourceGroupName
String

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

deploymentName
String

必須。 デプロイの名前。

parameters
Deployment

必須。 操作に対して別途指定するパラメーターです。

戻り値

テンプレート デプロイ操作では結果が作成されます。

適用対象