次の方法で共有


ServerPropertiesForDefaultCreate コンストラクター

定義

オーバーロード

ServerPropertiesForDefaultCreate()

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

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

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

ServerPropertiesForDefaultCreate()

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

public ServerPropertiesForDefaultCreate ();
Public Sub New ()

適用対象

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

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

public ServerPropertiesForDefaultCreate (string administratorLogin, string administratorLoginPassword, 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.ServerPropertiesForDefaultCreate : string * string * string * Nullable<Microsoft.Azure.Management.MySQL.Models.SslEnforcementEnum> * string * string * string * Microsoft.Azure.Management.MySQL.Models.StorageProfile -> Microsoft.Azure.Management.MySQL.Models.ServerPropertiesForDefaultCreate
Public Sub New (administratorLogin As String, administratorLoginPassword 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)

パラメーター

administratorLogin
String

サーバーの管理者のログイン名。 サーバーが作成されている場合にのみ指定できます (作成に必要です)。 パスワードを更新するときは、ログイン名が必要です。

administratorLoginPassword
String

管理者ログインのパスワード。

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

サーバーのストレージ プロファイル。

適用対象