IntegrationAccountAssemblyDefinitionResource.GetContentCallbackUrlAsync Method

Definition

Get the content callback url for an integration account assembly.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}/listContentCallbackUrl
  • Operation Id: IntegrationAccountAssemblies_ListContentCallbackUrl
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>> GetContentCallbackUrlAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentCallbackUrlAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>>
override this.GetContentCallbackUrlAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri>>
Public Overridable Function GetContentCallbackUrlAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowTriggerCallbackUri))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to