WebSiteSlotResource.CreateOrUpdateHostSecretSlotAsync 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.
Description pour Ajouter ou mettre à jour un secret au niveau de l’hôte.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}
- IdWebApps_CreateOrUpdateHostSecretSlot d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> CreateOrUpdateHostSecretSlotAsync (string keyType, string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateHostSecretSlotAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
override this.CreateOrUpdateHostSecretSlotAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
Public Overridable Function CreateOrUpdateHostSecretSlotAsync (keyType As String, keyName As String, info As WebAppKeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppKeyInfo))
Paramètres
- keyType
- String
Type de clé hôte.
- keyName
- String
Nom de la clé.
- info
- WebAppKeyInfo
Clé à créer ou à mettre à jour.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
keyType
ou keyName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
keyType
, keyName
ou info
a la valeur Null.
S’applique à
Azure SDK for .NET