AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePool 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.
Créez ou mettez à jour un pool multi-rôle.
public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource BeginCreateOrUpdateMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope);
static member BeginCreateOrUpdateMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
<Extension()>
Public Function BeginCreateOrUpdateMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource) As WorkerPoolResource
Paramètres
- operations
- IAppServiceEnvironmentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom du App Service Environment.
- multiRolePoolEnvelope
- WorkerPoolResource
Propriétés du pool multi-rôle.
Retours
Remarques
Description pour Créer ou mettre à jour un pool multi-rôles.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET