Integration Accounts - Get Callback Url
統合アカウントのコールバック URL を取得します。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listCallbackUrl?api-version=2016-06-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
integration
|
path | True |
string |
統合アカウント名。 |
resource
|
path | True |
string |
リソース グループ名。 |
subscription
|
path | True |
string |
サブスクリプション ID。 |
api-version
|
query | True |
string |
API のバージョン。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
keyType |
キーの型。 |
|
notAfter |
string |
有効期限です。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントの借用 |
例
Get IntegrationAccount callback URL
要求のサンプル
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"
}
応答のサンプル
{
"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"
}
定義
名前 | 説明 |
---|---|
Callback |
コールバック URL。 |
Get |
コールバック URL パラメーター。 |
Key |
CallbackUrl
コールバック URL。
名前 | 型 | 説明 |
---|---|---|
value |
string |
URL 値。 |
GetCallbackUrlParameters
コールバック URL パラメーター。
名前 | 型 | 説明 |
---|---|---|
keyType |
キーの型。 |
|
notAfter |
string |
有効期限です。 |
KeyType
名前 | 型 | 説明 |
---|---|---|
NotSpecified |
string |
|
Primary |
string |
|
Secondary |
string |