DeploymentsOperationsExtensions.BeginCreateOrUpdateAtSubscriptionScope 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 de l’abonnement.
public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended BeginCreateOrUpdateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.Deployment parameters);
static member BeginCreateOrUpdateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.Deployment -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended
<Extension()>
Public Function BeginCreateOrUpdateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment) As DeploymentExtended
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- deploymentName
- String
Le nom du déploiement.
- parameters
- Deployment
Paramètres supplémentaires fournis à l'opération.
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