ServicesOperationsExtensions.CreateOrUpdateAsync 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ée ou met à jour un service dans la topologie de service.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName, Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource serviceInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String, serviceInfo As ServiceResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServiceResource)
Paramètres
- operations
- IServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- serviceTopologyName
- String
Nom de la topologie de service .
- serviceName
- String
Nom de la ressource de service.
- serviceInfo
- ServiceResource
Objet de service
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Crée de façon synchrone un service ou met à jour un service existant.
S’applique à
Azure SDK for .NET