Partager via


DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScopeAsync Méthode

Définition

Déploie des ressources dans une étendue donnée.

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)

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue de la ressource.

deploymentName
String

Le nom du déploiement.

parameters
Deployment

Paramètres supplémentaires fournis à l'opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Vous pouvez fournir le modèle et les paramètres directement dans la demande ou le lien vers des fichiers JSON.

S’applique à