ITriggersOperations.CreateWithHttpMessagesAsync 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.
Cette méthode crée un déclencheur pour un abonnement de partage
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataShare.Models.Trigger>> CreateWithHttpMessagesAsync (string resourceGroupName, string accountName, string shareSubscriptionName, string triggerName, Microsoft.Azure.Management.DataShare.Models.Trigger trigger, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.DataShare.Models.Trigger * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataShare.Models.Trigger>>
Public Function CreateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, shareSubscriptionName As String, triggerName As String, trigger As Trigger, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Trigger))
Paramètres
- resourceGroupName
- String
Nom du groupe de ressources.
- accountName
- String
Nom du compte de partage.
- shareSubscriptionName
- String
Nom de l’abonnement de partage qui contiendra le récepteur du jeu de données.
- triggerName
- String
Nom du déclencheur.
- trigger
- Trigger
Détails du déclencheur.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Exceptions
Levée lorsque l’opération a retourné un code de status non valide
Levée en cas d’impossibilité de désérialiser la réponse
Levée lorsqu’un paramètre obligatoire a la valeur Null
Remarques
Créer un déclencheur
S’applique à
Azure SDK for .NET