Server Connection Policies - Create Or Update
サーバー接続ポリシーを更新する
PUT 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 のバージョン。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
properties.connectionType | True |
サーバー接続の種類。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
接続ポリシーが正常に更新されました |
|
202 Accepted |
サーバー接続ポリシーの更新が進行中です。 |
|
Other Status Codes |
エラー応答: ***
|
例
Updates a server connection policy
要求のサンプル
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/testserver/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 |