ServicesOperationsExtensions.BeginUpdateAsync 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.
Opération de mise à jour d’un service sortant.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource> BeginUpdateAsync (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.AppPlatform.Models.ServiceResource resource, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string * Microsoft.Azure.Management.AppPlatform.Models.ServiceResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource>
<Extension()>
Public Function BeginUpdateAsync (operations As IServicesOperations, resourceGroupName As String, serviceName As String, resource 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 qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serviceName
- String
Nom de la ressource service.
- resource
- ServiceResource
Paramètres de l’opération de mise à jour
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET