ServerPropertiesForCreate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServerPropertiesForCreate() |
ServerPropertiesForCreate クラスの新しいインスタンスを初期化します。 |
ServerPropertiesForCreate(String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile) |
ServerPropertiesForCreate クラスの新しいインスタンスを初期化します。 |
ServerPropertiesForCreate()
ServerPropertiesForCreate クラスの新しいインスタンスを初期化します。
public ServerPropertiesForCreate ();
Public Sub New ()
適用対象
ServerPropertiesForCreate(String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)
ServerPropertiesForCreate クラスの新しいインスタンスを初期化します。
public ServerPropertiesForCreate (string version = default, Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string infrastructureEncryption = default, string publicNetworkAccess = default, Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile storageProfile = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate : string * Nullable<Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum> * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile -> Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate
Public Sub New (Optional version As String = Nothing, Optional sslEnforcement As Nullable(Of SslEnforcementEnum) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional infrastructureEncryption As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional storageProfile As StorageProfile = Nothing)
パラメーター
- version
- String
サーバーのバージョン。 使用できる値は、'9.5'、'9.6'、'10'、'10.0'、'10.2'、'11' です。
- sslEnforcement
- Nullable<SslEnforcementEnum>
サーバーに接続するときに ssl 強制を有効にするか、有効にしないか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- minimalTlsVersion
- String
サーバーに最小限の Tls バージョンを適用します。 指定できる値は、'TLS1_0'、'TLS1_1'、'TLS1_2'、'TLSEnforcementDisabled' です。
- infrastructureEncryption
- String
サーバーでインフラストラクチャ暗号化が有効になっているかどうかを示す状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- publicNetworkAccess
- String
このサーバーに対してパブリック ネットワーク アクセスが許可されているかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- storageProfile
- StorageProfile
サーバーのストレージ プロファイル。
適用対象
Azure SDK for .NET