Agreements - List Content Callback Url

Haal de callback-URL van de inhoud op.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}/listContentCallbackUrl?api-version=2016-06-01

URI-parameters

Name In Vereist Type Description
agreementName
path True

string

De naam van de integratieaccountovereenkomst.

integrationAccountName
path True

string

De naam van het integratieaccount.

resourceGroupName
path True

string

De naam van de resourcegroep.

subscriptionId
path True

string

De abonnements-id.

api-version
query True

string

De API-versie.

Aanvraagbody

Name Type Description
keyType

KeyType

Het sleuteltype.

notAfter

string

De verlooptijd.

Antwoorden

Name Type Description
200 OK

WorkflowTriggerCallbackUrl

OK

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

Get the content callback url

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/agreements/testAgreement/listContentCallbackUrl?api-version=2016-06-01

{
  "notAfter": "2018-04-19T16:00:00Z",
  "keyType": "Primary"
}

Sample Response

{
  "value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value?api-version=2015-08-01-preview&sp=%2Fagreements%2FtestAgreement%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value",
  "queries": {
    "api-version": "2015-08-01-preview"
  }
}

Definities

Name Description
GetCallbackUrlParameters

De parameters voor de callback-URL.

KeyType
WorkflowTriggerCallbackUrl

De callback-URL van de werkstroomtrigger.

WorkflowTriggerListCallbackUrlQueries

Haalt de queryparameters voor de callback-URL van de werkstroomtrigger op.

GetCallbackUrlParameters

De parameters voor de callback-URL.

Name Type Description
keyType

KeyType

Het sleuteltype.

notAfter

string

De verlooptijd.

KeyType

Name Type Description
NotSpecified

string

Primary

string

Secondary

string

WorkflowTriggerCallbackUrl

De callback-URL van de werkstroomtrigger.

Name Type Description
basePath

string

Hiermee haalt u het basispad van de callback-URL van de werkstroomtrigger op.

method

string

Haalt de HTTP-methode voor de callback-URL van de werkstroomtrigger op.

queries

WorkflowTriggerListCallbackUrlQueries

Haalt de queryparameters voor de callback-URL van de werkstroomtrigger op.

relativePath

string

Hiermee haalt u het relatieve pad van de callback-URL van de werkstroomtrigger op.

relativePathParameters

string[]

Haalt de parameters voor het relatieve pad van de callback-URL van de werkstroomtrigger op.

value

string

Hiermee haalt u de callback-URL van de werkstroomtrigger op.

WorkflowTriggerListCallbackUrlQueries

Haalt de queryparameters voor de callback-URL van de werkstroomtrigger op.

Name Type Description
api-version

string

De API-versie.

se

string

De SAS-tijdstempel.

sig

string

De SAS-handtekening.

sp

string

De SAS-machtigingen.

sv

string

De SAS-versie.