Server Connection Policies - Get
Hämtar serverns princip för säker anslutning.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/default?api-version=2014-04-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
connection
|
path | True |
Namnet på anslutningsprincipen. |
|
resource
|
path | True |
string |
Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen. |
server
|
path | True |
string |
Namnet på servern. |
subscription
|
path | True |
string |
Det prenumerations-ID som identifierar en Azure-prenumeration. |
api-version
|
query | True |
string |
DEN API-version som ska användas för begäran. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK |
Exempel
Get a server's secure connection policy
Exempelbegäran
Exempelsvar
{
"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": "Default"
}
}
Definitioner
Name | Description |
---|---|
Connection |
Namnet på anslutningsprincipen. |
Server |
En princip för säker serveranslutning. |
Server |
Serveranslutningstypen. |
ConnectionPolicyName
Namnet på anslutningsprincipen.
Name | Typ | Description |
---|---|---|
default |
string |
ServerConnectionPolicy
En princip för säker serveranslutning.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID. |
kind |
string |
Metadata som används för Azure Portal upplevelse. |
location |
string |
Resursplats. |
name |
string |
Resursnamn. |
properties.connectionType |
Serveranslutningstypen. |
|
type |
string |
Resurstyp. |
ServerConnectionType
Serveranslutningstypen.
Name | Typ | Description |
---|---|---|
Default |
string |
|
Proxy |
string |
|
Redirect |
string |