DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScopeAsync 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 au niveau de l’étendue du groupe d’administration.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> BeginCreateOrUpdateAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>
<Extension()>
Public Function BeginCreateOrUpdateAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- groupId
- String
ID du groupe d’administration.
- deploymentName
- String
Le nom du déploiement.
- parameters
- ScopedDeployment
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