다음을 통해 공유


PostgreSQLManagementFlexibleServerClient class

Extends

생성자

PostgreSQLManagementFlexibleServerClient(TokenCredential, PostgreSQLManagementFlexibleServerClientOptionalParams)
PostgreSQLManagementFlexibleServerClient(TokenCredential, string, PostgreSQLManagementFlexibleServerClientOptionalParams)

PostgreSQLManagementFlexibleServerClient 클래스의 새 인스턴스를 초기화합니다.

속성

$host
administratorsMicrosoftEntra
advancedThreatProtectionSettings
apiVersion
backupsAutomaticAndOnDemand
backupsLongTermRetention
capabilitiesByLocation
capabilitiesByServer
capturedLogs
configurations
databases
firewallRules
migrations
nameAvailability
operations
privateDnsZoneSuffix
privateEndpointConnections
privateLinkResources
quotaUsages
replicas
servers
serverThreatProtectionSettings
subscriptionId
tuningOptionsOperations
virtualEndpoints
virtualNetworkSubnetUsage

상속된 속성

pipeline

이 클라이언트가 요청을 만드는 데 사용하는 파이프라인

상속된 메서드

sendOperationRequest<T>(OperationArguments, OperationSpec)

제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.

sendRequest(PipelineRequest)

제공된 httpRequest를 보냅니다.

생성자 세부 정보

PostgreSQLManagementFlexibleServerClient(TokenCredential, PostgreSQLManagementFlexibleServerClientOptionalParams)

new PostgreSQLManagementFlexibleServerClient(credentials: TokenCredential, options?: PostgreSQLManagementFlexibleServerClientOptionalParams)

매개 변수

credentials
TokenCredential

PostgreSQLManagementFlexibleServerClient(TokenCredential, string, PostgreSQLManagementFlexibleServerClientOptionalParams)

PostgreSQLManagementFlexibleServerClient 클래스의 새 인스턴스를 초기화합니다.

new PostgreSQLManagementFlexibleServerClient(credentials: TokenCredential, subscriptionId: string, options?: PostgreSQLManagementFlexibleServerClientOptionalParams)

매개 변수

credentials
TokenCredential

클라이언트 구독을 고유하게 식별하는 구독 자격 증명입니다.

subscriptionId

string

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

속성 세부 정보

$host

$host: string

속성 값

string

administratorsMicrosoftEntra

administratorsMicrosoftEntra: AdministratorsMicrosoftEntra

속성 값

advancedThreatProtectionSettings

advancedThreatProtectionSettings: AdvancedThreatProtectionSettings

속성 값

apiVersion

apiVersion: string

속성 값

string

backupsAutomaticAndOnDemand

backupsAutomaticAndOnDemand: BackupsAutomaticAndOnDemand

속성 값

backupsLongTermRetention

backupsLongTermRetention: BackupsLongTermRetention

속성 값

capabilitiesByLocation

capabilitiesByLocation: CapabilitiesByLocation

속성 값

capabilitiesByServer

capabilitiesByServer: CapabilitiesByServer

속성 값

capturedLogs

capturedLogs: CapturedLogs

속성 값

configurations

configurations: Configurations

속성 값

databases

databases: Databases

속성 값

firewallRules

firewallRules: FirewallRules

속성 값

migrations

migrations: Migrations

속성 값

nameAvailability

nameAvailability: NameAvailability

속성 값

operations

operations: Operations

속성 값

privateDnsZoneSuffix

privateDnsZoneSuffix: PrivateDnsZoneSuffix

속성 값

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

속성 값

privateLinkResources

privateLinkResources: PrivateLinkResources

속성 값

quotaUsages

quotaUsages: QuotaUsages

속성 값

replicas

replicas: Replicas

속성 값

servers

servers: Servers

속성 값

serverThreatProtectionSettings

serverThreatProtectionSettings: ServerThreatProtectionSettings

속성 값

subscriptionId

subscriptionId?: string

속성 값

string

tuningOptionsOperations

tuningOptionsOperations: TuningOptionsOperations

속성 값

virtualEndpoints

virtualEndpoints: VirtualEndpoints

속성 값

virtualNetworkSubnetUsage

virtualNetworkSubnetUsage: VirtualNetworkSubnetUsage

속성 값

상속된 속성 세부 정보

pipeline

이 클라이언트가 요청을 만드는 데 사용하는 파이프라인

pipeline: Pipeline

속성 값

coreClient.ServiceClient.pipeline에서 상속된

상속된 메서드 세부 정보

sendOperationRequest<T>(OperationArguments, OperationSpec)

제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

매개 변수

operationArguments
OperationArguments

HTTP 요청의 템플릿 값이 채워지는 인수입니다.

operationSpec
OperationSpec

httpRequest를 채우는 데 사용할 OperationSpec입니다.

반환

Promise<T>

coreClient.ServiceClient.sendOperationRequest에서 상속된

sendRequest(PipelineRequest)

제공된 httpRequest를 보냅니다.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

매개 변수

request
PipelineRequest

반환

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest에서 상속된