Поделиться через


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)

Отправьте HTTP-запрос, заполненный с помощью предоставленной операцииSpec.

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

Идентификатор целевой подписки. Значение должно быть UUID.

options
PostgreSQLManagementFlexibleServerClientOptionalParams

Параметры параметра

Сведения о свойстве

$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)

Отправьте HTTP-запрос, заполненный с помощью предоставленной операцииSpec.

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

Параметры

operationArguments
OperationArguments

Аргументы, из которыми будут заполнены шаблонные значения HTTP-запроса.

operationSpec
OperationSpec

ОперацияSpec, используемая для заполнения httpRequest.

Возвращаемое значение

Promise<T>

наследуется от coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Отправьте предоставленный httpRequest.

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

Параметры

request
PipelineRequest

Возвращаемое значение

Promise<PipelineResponse>

наследуется от coreClient.ServiceClient.sendRequest