Server Connection Policies - Get
サーバー接続ポリシーを取得します
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/default?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
connection
|
path | True |
接続ポリシーの名前。 |
|
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
サーバー接続ポリシーが正常に取得されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Gets a server connection policy
要求のサンプル
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgtest-12/providers/Microsoft.Sql/servers/servertest-6285/connectionPolicies/default",
"name": "default",
"kind": null,
"location": "eastus",
"type": "Microsoft.Sql/servers/connectionPolicies",
"properties": {
"connectionType": "Redirect"
}
}
定義
名前 | 説明 |
---|---|
Connection |
接続ポリシーの名前。 |
Server |
サーバー接続ポリシー |
Server |
サーバー接続の種類。 |
ConnectionPolicyName
接続ポリシーの名前。
名前 | 型 | 説明 |
---|---|---|
default |
string |
ServerConnectionPolicy
サーバー接続ポリシー
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
kind |
string |
Azure portal エクスペリエンスに使用されるメタデータ。 |
location |
string |
リソースの場所。 |
name |
string |
リソース名。 |
properties.connectionType |
サーバー接続の種類。 |
|
type |
string |
リソースの種類。 |
ServerConnectionType
サーバー接続の種類。
名前 | 型 | 説明 |
---|---|---|
Default |
string |
|
Proxy |
string |
|
Redirect |
string |