Server Connection Policies - Create Or Update
サーバーの接続ポリシーを作成または更新します。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/default?api-version=2014-04-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 |
OK |
|
201 Created |
作成済み |
例
Create or update a server's secure connection policy
要求のサンプル
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-1234/providers/Microsoft.Sql/servers/test-5678/connectionPolicies/default",
"name": "default",
"type": "Microsoft.Sql/servers/connectionPolicies",
"location": "West US",
"kind": null,
"properties": {
"connectionType": "Proxy"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-1234/providers/Microsoft.Sql/servers/test-5678/connectionPolicies/default",
"name": "default",
"type": "Microsoft.Sql/servers/connectionPolicies",
"location": "West US",
"kind": null,
"properties": {
"connectionType": "Proxy"
}
}
定義
名前 | 説明 |
---|---|
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 |