ConfigServersOperationsExtensions.UpdatePatchAsync 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.
Mettez à jour le serveur de configuration.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource> UpdatePatchAsync (this Microsoft.Azure.Management.AppPlatform.IConfigServersOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource configServerResource, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePatchAsync : Microsoft.Azure.Management.AppPlatform.IConfigServersOperations * string * string * Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource>
<Extension()>
Public Function UpdatePatchAsync (operations As IConfigServersOperations, resourceGroupName As String, serviceName As String, configServerResource As ConfigServerResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConfigServerResource)
Paramètres
- operations
- IConfigServersOperations
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 de service.
- configServerResource
- ConfigServerResource
Paramètres de l’opération de mise à jour
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET