ServerPropertiesForGeoRestore コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServerPropertiesForGeoRestore() |
ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。 |
ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile) |
ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。 |
ServerPropertiesForGeoRestore()
ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。
public ServerPropertiesForGeoRestore ();
Public Sub New ()
適用対象
ServerPropertiesForGeoRestore(String, String, Nullable<SslEnforcementEnum>, String, String, String, StorageProfile)
ServerPropertiesForGeoRestore クラスの新しいインスタンスを初期化します。
public ServerPropertiesForGeoRestore (string sourceServerId, string version = default, Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string infrastructureEncryption = default, string publicNetworkAccess = default, Microsoft.Azure.Management.MySQL.Models.StorageProfile storageProfile = default);
new Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForGeoRestore : string * string * Nullable<Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum> * string * string * string * Microsoft.Azure.Management.MySQL.Models.StorageProfile -> Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForGeoRestore
Public Sub New (sourceServerId As String, 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)
パラメーター
- sourceServerId
- String
復元元のソース サーバー ID。
- version
- String
サーバーのバージョン。 使用できる値は、'5.6'、'5.7'、'8.0' です。
- 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