Web Services - List Keys

指定した Web サービスのアクセス キーを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeys?api-version=2016-05-01-preview

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

Web サービスが配置されているリソース グループの名前。

subscriptionId
path True

string

Azure サブスクリプション ID。

webServiceName
path True

string

Web サービスの名前。

api-version
query True

string

使用する Microsoft.MachineLearning リソース プロバイダー API のバージョン。

応答

名前 説明
200 OK

WebServiceKeys

正常終了しました。

Media Types: "application/json", "text/json"

定義

WebServiceKeys

Web サービス呼び出しのアクセス キー。

名前 説明
primary

string

プライマリ アクセス キー。

secondary

string

セカンダリ アクセス キー。