Share via


DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync Methode

Definition

Stellt Ressourcen in einem bestimmten Bereich bereit.

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

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Ressourcenbereich.

deploymentName
String

Der Name der Bereitstellung

parameters
Deployment

Zusätzliche für den Vorgang bereitgestellte Parameter

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Sie können die Vorlage und die Parameter direkt in der Anforderung bereitstellen oder einen Link zu JSON-Dateien herstellen.

Gilt für: