次の方法で共有


IPostgreSQLManagementClient インターフェイス

定義

Microsoft Azure 管理 API は、サーバー、データベース、ファイアウォール規則、VNET ルール、セキュリティ アラート ポリシー、ログ ファイル、新しいビジネス モデルを使用した構成など、Azure PostgreSQL リソースの作成、読み取り、更新、および削除機能を提供します。

public interface IPostgreSQLManagementClient : IDisposable
type IPostgreSQLManagementClient = interface
    interface IDisposable
Public Interface IPostgreSQLManagementClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

BaseUri

サービスのベース URI。

CheckNameAvailability

ICheckNameAvailabilityOperations を取得します。

Configurations

IConfigurationsOperations を取得します。

Credentials

クライアントが Azure に接続するために必要な資格情報。

Databases

IDatabasesOperations を取得します。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

FirewallRules

IFirewallRulesOperations を取得します。

GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

LocationBasedPerformanceTier

ILocationBasedPerformanceTierOperations を取得します。

LogFiles

ILogFilesOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Operations

IOperations を取得します。

PrivateEndpointConnections

IPrivateEndpointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

RecoverableServers

IRecoverableServersOperations を取得します。

Replicas

IReplicasOperations を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

ServerAdministrators

IServerAdministratorsOperations を取得します。

ServerBasedPerformanceTier

IServerBasedPerformanceTierOperations を取得します。

ServerKeys

IServerKeysOperations を取得します。

ServerParameters

IServerParametersOperations を取得します。

Servers

IServersOperations を取得します。

ServerSecurityAlertPolicies

IServerSecurityAlertPoliciesOperations を取得します。

SubscriptionId

ターゲット サブスクリプションの ID。

VirtualNetworkRules

IVirtualNetworkRulesOperations を取得します。

適用対象