ServiceFabricServiceResource.Update 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 une ressource de service Service Fabric avec le nom spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
- IdServices_Update d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.ServiceFabric.Models.ServiceFabricServicePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ServiceFabric.Models.ServiceFabricServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ServiceFabric.Models.ServiceFabricServicePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricServiceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As ServiceFabricServicePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ServiceFabricServiceResource)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
Ressource de service pour les opérations de correctif.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
patch
a la valeur null.
S’applique à
Azure SDK for .NET