IntegrationAccountMapsOperationsExtensions.ListContentCallbackUrl 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.
Obtenez l’URL de rappel de contenu.
public static Microsoft.Azure.Management.Logic.Models.WorkflowTriggerCallbackUrl ListContentCallbackUrl (this Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations operations, string resourceGroupName, string integrationAccountName, string mapName, Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters listContentCallbackUrl);
static member ListContentCallbackUrl : Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerCallbackUrl
<Extension()>
Public Function ListContentCallbackUrl (operations As IIntegrationAccountMapsOperations, resourceGroupName As String, integrationAccountName As String, mapName As String, listContentCallbackUrl As GetCallbackUrlParameters) As WorkflowTriggerCallbackUrl
Paramètres
- operations
- IIntegrationAccountMapsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- integrationAccountName
- String
Nom du compte d’intégration.
- mapName
- String
Nom de la carte du compte d’intégration.
- listContentCallbackUrl
- GetCallbackUrlParameters
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET