ILeaseManager Interface
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.
ILeaseManager définit un moyen d’effectuer des opérations avec ILease.
public interface ILeaseManager
type ILeaseManager = interface
Public Interface ILeaseManager
- Dérivé
Méthodes
AcquireAsync(ILease) |
Acquérir la propriété du bail. |
CreateLeaseIfNotExistAsync(String, String) |
Vérifie si le bail existe et le crée s’il n’existe pas. |
DeleteAsync(ILease) |
Supprimez le bail. |
ReleaseAsync(ILease) |
Libérer la propriété du bail. |
RenewAsync(ILease) |
Permet de renouveler le bail. Les baux sont régulièrement renouvelés pour empêcher l’expiration. |
UpdatePropertiesAsync(ILease) |
Remplacez les propriétés du bail spécifié. |
S’applique à
Azure SDK for .NET