IDeploymentOperations.CreateOrUpdateAsync Method

Definition

Create a named template deployment using a template.

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

Parameters

resourceGroupName
String

The name of the resource group. The name is case insensitive.

deploymentName
String

The name of the deployment.

parameters
Deployment

Additional parameters supplied to the operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

Template deployment operation create result.

Applies to