다음을 통해 공유


Configurations - Update

서버의 구성을 업데이트합니다.

PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}?api-version=2024-11-01-preview

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
configurationName
path True

string

서버 구성의 이름입니다.

regex 패턴: ^[-\w\._]+$

resourceGroupName
path True

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

serverName
path True

string

서버의 이름입니다.

regex 패턴: ^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*

subscriptionId
path True

string

uuid

대상 구독의 ID입니다. 값은 UUID여야 합니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

요청 본문

Name 형식 Description
properties.source

string

구성의 원본입니다. 구성을 업데이트하는 데 필요합니다.

properties.value

string

구성의 값입니다. 구성을 업데이트하는 데 필요합니다.

응답

Name 형식 Description
200 OK

Configuration

그래

201 Created

Configuration

만든

202 Accepted

허용

헤더

Location: string

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

Update a user configuration

샘플 요청

PATCH https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler?api-version=2024-11-01-preview

{
  "properties": {
    "value": "on",
    "source": "user-override"
  }
}

샘플 응답

{
  "properties": {
    "value": "ON",
    "description": "Indicates the status of the Event Scheduler.",
    "defaultValue": "OFF",
    "dataType": "Enumeration",
    "allowedValues": "ON,OFF,DISABLED",
    "source": "user-override"
  },
  "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
  "name": "event_scheduler",
  "type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
}
{
  "properties": {
    "value": "ON",
    "description": "Indicates the status of the Event Scheduler.",
    "defaultValue": "OFF",
    "dataType": "Enumeration",
    "allowedValues": "ON,OFF,DISABLED",
    "source": "user-override"
  },
  "id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
  "name": "event_scheduler",
  "type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
}
Azure-AsyncOperation: https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/southeastasia/azureAsyncOperation/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2024-11-01-preview
Location: https://management.azure.com/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/providers/Microsoft.DBforPostgreSQL/locations/southeastasia/operationResults/e276a03a-1770-4549-86f5-0edffae8997c?api-version=2024-11-01-preview

정의

Name Description
Configuration

구성을 나타냅니다.

ConfigurationDataType

구성의 데이터 형식입니다.

ConfigurationForUpdate

구성을 나타냅니다.

createdByType

리소스를 만든 ID의 형식입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

Configuration

구성을 나타냅니다.

Name 형식 Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

리소스의 이름

properties.allowedValues

string

구성의 허용되는 값입니다.

properties.dataType

ConfigurationDataType

구성의 데이터 형식입니다.

properties.defaultValue

string

구성의 기본값입니다.

properties.description

string

구성에 대한 설명입니다.

properties.documentationLink

string

구성 설명서 링크입니다.

properties.isConfigPendingRestart

boolean

구성이 다시 시작 보류 중인지 여부입니다.

properties.isDynamicConfig

boolean

구성 동적 또는 정적.

properties.isReadOnly

boolean

구성 읽기 전용인지 여부입니다.

properties.source

string

구성의 원본입니다. 구성을 업데이트하는 데 필요합니다.

properties.unit

string

구성 단위입니다.

properties.value

string

구성의 값입니다. 구성을 업데이트하는 데 필요합니다.

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

type

string

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

ConfigurationDataType

구성의 데이터 형식입니다.

Name 형식 Description
Boolean

string

Enumeration

string

Integer

string

Numeric

string

ConfigurationForUpdate

구성을 나타냅니다.

Name 형식 Description
properties.allowedValues

string

구성의 허용되는 값입니다.

properties.dataType

ConfigurationDataType

구성의 데이터 형식입니다.

properties.defaultValue

string

구성의 기본값입니다.

properties.description

string

구성에 대한 설명입니다.

properties.documentationLink

string

구성 설명서 링크입니다.

properties.isConfigPendingRestart

boolean

구성이 다시 시작 보류 중인지 여부입니다.

properties.isDynamicConfig

boolean

구성 동적 또는 정적.

properties.isReadOnly

boolean

구성 읽기 전용인지 여부입니다.

properties.source

string

구성의 원본입니다. 구성을 업데이트하는 데 필요합니다.

properties.unit

string

구성 단위입니다.

properties.value

string

구성의 값입니다. 구성을 업데이트하는 데 필요합니다.

createdByType

리소스를 만든 ID의 형식입니다.

Name 형식 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

오류 개체입니다.

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string

리소스 만들기의 타임스탬프(UTC)입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID의 형식입니다.