Udostępnij za pośrednictwem


Server Connection Policies - Create Or Update

Tworzy lub aktualizuje zasady połączenia serwera.

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/default?api-version=2014-04-01

Parametry identyfikatora URI

Nazwa W Wymagane Typ Opis
connectionPolicyName
path True

ConnectionPolicyName

Nazwa zasad połączenia.

resourceGroupName
path True

string

Nazwa grupy zasobów zawierającej zasób. Tę wartość można uzyskać z interfejsu API usługi Azure Resource Manager lub portalu.

serverName
path True

string

Nazwa serwera.

subscriptionId
path True

string

Identyfikator subskrypcji identyfikujący subskrypcję platformy Azure.

api-version
query True

string

Wersja interfejsu API do użycia dla żądania.

Treść żądania

Nazwa Wymagane Typ Opis
properties.connectionType True

ServerConnectionType

Typ połączenia serwera.

Odpowiedzi

Nazwa Typ Opis
200 OK

ServerConnectionPolicy

OK

201 Created

ServerConnectionPolicy

Utworzone

Przykłady

Create or update a server's secure connection policy

Przykładowe żądanie

PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-1234/providers/Microsoft.Sql/servers/test-5678/connectionPolicies/default?api-version=2014-04-01

{
  "properties": {
    "connectionType": "Proxy"
  }
}

Przykładowa odpowiedź

{
  "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"
  }
}

Definicje

Nazwa Opis
ConnectionPolicyName

Nazwa zasad połączenia.

ServerConnectionPolicy

Zasady bezpiecznego połączenia serwera.

ServerConnectionType

Typ połączenia serwera.

ConnectionPolicyName

Nazwa zasad połączenia.

Nazwa Typ Opis
default

string

ServerConnectionPolicy

Zasady bezpiecznego połączenia serwera.

Nazwa Typ Opis
id

string

Identyfikator zasobu.

kind

string

Metadane używane w środowisku Azure Portal.

location

string

Lokalizacja zasobu.

name

string

Nazwa zasobu.

properties.connectionType

ServerConnectionType

Typ połączenia serwera.

type

string

Typ zasobu.

ServerConnectionType

Typ połączenia serwera.

Nazwa Typ Opis
Default

string

Proxy

string

Redirect

string