次の方法で共有


ServerUpdateParameters コンストラクター

定義

オーバーロード

ServerUpdateParameters()

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

ServerUpdateParameters(ResourceIdentity, Sku, StorageProfile, String, String, Nullable<SslEnforcementEnum>, String, String, String, IDictionary<String,String>)

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

ServerUpdateParameters()

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

public ServerUpdateParameters ();
Public Sub New ()

適用対象

ServerUpdateParameters(ResourceIdentity, Sku, StorageProfile, String, String, Nullable<SslEnforcementEnum>, String, String, String, IDictionary<String,String>)

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

public ServerUpdateParameters (Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.PostgreSQL.Models.Sku sku = default, Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile storageProfile = default, string administratorLoginPassword = default, string version = default, Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum? sslEnforcement = default, string minimalTlsVersion = default, string publicNetworkAccess = default, string replicationRole = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerUpdateParameters : Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity * Microsoft.Azure.Management.PostgreSQL.Models.Sku * Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile * string * string * Nullable<Microsoft.Azure.Management.PostgreSQL.Models.SslEnforcementEnum> * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PostgreSQL.Models.ServerUpdateParameters
Public Sub New (Optional identity As ResourceIdentity = Nothing, Optional sku As Sku = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional administratorLoginPassword As String = Nothing, Optional version As String = Nothing, Optional sslEnforcement As Nullable(Of SslEnforcementEnum) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional replicationRole As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

identity
ResourceIdentity

サーバーの Azure Active Directory ID。

sku
Sku

サーバーの SKU (価格レベル)。

storageProfile
StorageProfile

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

administratorLoginPassword
String

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

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' です。

publicNetworkAccess
String

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

replicationRole
String

サーバーのレプリケーション ロール。

tags
IDictionary<String,String>

キーと値のペアの形式による、アプリケーション固有のメタデータ。

適用対象