DeploymentsOperationsExtensions.BeginCreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déploie des ressources dans un groupe de ressources.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans lequel déployer les ressources. Le nom ne respecte pas la casse. Le groupe de ressources doit déjà exister.
- deploymentName
- String
Le nom du déploiement.
- parameters
- DeploymentInner
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 à
Azure SDK for .NET