Share via


DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Internal.Resources.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * string * Microsoft.Azure.Management.Internal.Resources.Models.Deployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)

Parameters

resourceGroupName
String
deploymentName
String
parameters
Deployment
cancellationToken
CancellationToken

Returns

Applies to