Delen via


Workspace Managed Sql Server Dedicated SQL Minimal Tls Settings - Update

Werk de TLS-instellingen van de server bij.
De minimale TLS-instellingen van werkruimtebeheerde SQL Server bijwerken.

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/dedicatedSQLminimalTlsSettings/default?api-version=2021-06-01

URI-parameters

Name In Vereist Type Description
dedicatedSQLminimalTlsSettingsName
path True

DedicatedSQLMinimalTlsSettingsName

De naam van de toegewezen sql minimale TLS-instellingen.

resourceGroupName
path True

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

subscriptionId
path True

string

De id van het doelabonnement.

workspaceName
path True

string

De naam van de werkruimte.

api-version
query True

string

De API-versie die voor deze bewerking moet worden gebruikt.

Aanvraagbody

Name Type Description
properties.minimalTlsVersion

string

De minimale TLS-versie van de SQL-server.

Antwoorden

Name Type Description
200 OK

DedicatedSQLminimalTlsSettings

De toegewezen SQL minimale TLS-instellingen zijn bijgewerkt.

202 Accepted

Geaccepteerd

Other Status Codes

ErrorResponse

Foutreacties: ***

  • 404 SubscriptionDoesNotHaveServer - De aangevraagde server is niet gevonden.

  • 404 ServerNotInSubscriptionResourceGroup: de opgegeven server bestaat niet in de opgegeven resourcegroep en het opgegeven abonnement.

  • 409 UnsupportedWorkspaceType - Niet-ondersteunde bewerking voor het type werkruimte.

  • 500 InternalServerError - Er is iets misgegaan.

Voorbeelden

Update tls version of the workspace managed sql server

Voorbeeldaanvraag

PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-6852/providers/Microsoft.Synapse/workspaces/workspace-2080/dedicatedSQLminimalTlsSettings/default?api-version=2021-06-01

{
  "properties": {
    "minimalTlsVersion": "1.1"
  }
}

Voorbeeldrespons

{
  "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-6852/providers/Microsoft.Synapse/workspaces/workspace-2080/dedicatedSQLminimalTlsSettings/default",
  "name": "default",
  "type": "Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings",
  "properties": {
    "minimalTlsVersion": "1.1"
  }
}

Definities

Name Description
DedicatedSQLminimalTlsSettings

Informatie over toegewezen SQL Minimal TLS-instellingen

DedicatedSQLMinimalTlsSettingsName

De naam van de toegewezen sql minimale TLS-instellingen.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

DedicatedSQLminimalTlsSettings

Informatie over toegewezen SQL Minimal TLS-instellingen

Name Type Description
id

string

Volledig gekwalificeerde resource-id voor de resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

string

Resourcelocatie.

name

string

De naam van de resource

properties.minimalTlsVersion

string

De minimale TLS-versie van de SQL-server.

type

string

Het type resource. Bijvoorbeeld 'Microsoft.Compute/virtualMachines' of 'Microsoft.Storage/storageAccounts'

DedicatedSQLMinimalTlsSettingsName

De naam van de toegewezen sql minimale TLS-instellingen.

Name Type Description
default

string

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het type aanvullende informatie.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

Aanvullende informatie over de fout.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.