次の方法で共有


ServerPropertiesForGeoRestore クラス

定義

geo レプリケートされたバックアップとは別のリージョンに復元することで、新しいサーバーを作成するために使用されるプロパティ。

[Newtonsoft.Json.JsonObject("GeoRestore")]
public class ServerPropertiesForGeoRestore : Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate
[<Newtonsoft.Json.JsonObject("GeoRestore")>]
type ServerPropertiesForGeoRestore = class
    inherit ServerPropertiesForCreate
Public Class ServerPropertiesForGeoRestore
Inherits ServerPropertiesForCreate
継承
ServerPropertiesForGeoRestore
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ServerPropertiesForGeoRestore()

ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。

ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)

ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。

プロパティ

InfrastructureEncryption

サーバーでインフラストラクチャ暗号化が有効になっているかどうかを示す状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

(継承元 ServerPropertiesForCreate)
MinimalTlsVersion

サーバーの最小 Tls バージョンを適用するを取得または設定します。 使用できる値は、'TLS1_0'、'TLS1_1'、'TLS1_2'、'TLSEnforcementDisabled' です。

(継承元 ServerPropertiesForCreate)
PublicNetworkAccess

このサーバーに対してパブリック ネットワーク アクセスを許可するかどうかを取得または設定します。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

(継承元 ServerPropertiesForCreate)
SourceServerId

復元元のソース サーバー ID を取得または設定します。

SslEnforcement

サーバーに接続するときに ssl 強制を有効にするか、有効にしないかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

(継承元 ServerPropertiesForCreate)
StorageProfile

サーバーのストレージ プロファイルを取得または設定します。

(継承元 ServerPropertiesForCreate)
Version

サーバーのバージョンを取得または設定します。 使用できる値は、'9.5'、'9.6'、'10'、'10.0'、'10.2'、'11' です。

(継承元 ServerPropertiesForCreate)

メソッド

Validate()

オブジェクトを検証します。

適用対象