Integration Accounts - Get Callback Url
Tümleştirme hesabı geri çağırma URL'sini alır.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listCallbackUrl?api-version=2016-06-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
integration
|
path | True |
string |
Tümleştirme hesabı adı. |
resource
|
path | True |
string |
Kaynak grubu adı. |
subscription
|
path | True |
string |
Abonelik kimliği. |
api-version
|
query | True |
string |
API sürümü. |
İstek Gövdesi
Name | Tür | Description |
---|---|---|
keyType |
Anahtar türü. |
|
notAfter |
string |
Süre sonu. |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Tamam |
Güvenlik
azure_auth
Azure Active Directory OAuth2 Flow.
Tür:
oauth2
Akış:
implicit
Yetkilendirme URL’si:
https://login.microsoftonline.com/common/oauth2/authorize
Kapsamlar
Name | Description |
---|---|
user_impersonation | kullanıcı hesabınızın kimliğine bürünme |
Örnekler
Get IntegrationAccount callback URL
Örnek isteği
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/listCallbackUrl?api-version=2016-06-01
{
"notAfter": "2017-03-05T08:00:00Z",
"keyType": "Primary"
}
Örnek yanıt
{
"value": "https://testprod-westus.logic.azure.com:443/integrationAccounts/ce41a499a1e64d95b874f5f14b4bf3b6?api-version=2015-08-01-preview&se=2017-03-17T07%3A00%3A00.0000000Z&sp=%2F%2F%2A&sv=1.0"
}
Tanımlar
Name | Description |
---|---|
Callback |
Geri çağırma URL'si. |
Get |
Geri çağırma URL'si parametreleri. |
Key |
CallbackUrl
Geri çağırma URL'si.
Name | Tür | Description |
---|---|---|
value |
string |
URL değeri. |
GetCallbackUrlParameters
Geri çağırma URL'si parametreleri.
Name | Tür | Description |
---|---|---|
keyType |
Anahtar türü. |
|
notAfter |
string |
Süre sonu. |
KeyType
Name | Tür | Description |
---|---|---|
NotSpecified |
string |
|
Primary |
string |
|
Secondary |
string |