次の方法で共有


ServerUpdate コンストラクター

定義

オーバーロード

ServerUpdate()

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

ServerUpdate(ResourceIdentity, String, String, String, String, String, IList<ServerPrivateEndpointConnection>, String, String, String, String, Nullable<Guid>, String, ServerExternalAdministrator, String, IDictionary<String,String>)

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

ServerUpdate()

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

public ServerUpdate ();
Public Sub New ()

適用対象

ServerUpdate(ResourceIdentity, String, String, String, String, String, IList<ServerPrivateEndpointConnection>, String, String, String, String, Nullable<Guid>, String, ServerExternalAdministrator, String, IDictionary<String,String>)

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

public ServerUpdate (Microsoft.Azure.Management.Sql.Models.ResourceIdentity identity = default, string administratorLogin = default, string administratorLoginPassword = default, string version = default, string state = default, string fullyQualifiedDomainName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection> privateEndpointConnections = default, string minimalTlsVersion = default, string publicNetworkAccess = default, string workspaceFeature = default, string primaryUserAssignedIdentityId = default, Guid? federatedClientId = default, string keyId = default, Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator administrators = default, string restrictOutboundNetworkAccess = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Sql.Models.ServerUpdate : Microsoft.Azure.Management.Sql.Models.ResourceIdentity * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerPrivateEndpointConnection> * string * string * string * string * Nullable<Guid> * string * Microsoft.Azure.Management.Sql.Models.ServerExternalAdministrator * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Models.ServerUpdate
Public Sub New (Optional identity As ResourceIdentity = Nothing, Optional administratorLogin As String = Nothing, Optional administratorLoginPassword As String = Nothing, Optional version As String = Nothing, Optional state As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing, Optional privateEndpointConnections As IList(Of ServerPrivateEndpointConnection) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional workspaceFeature As String = Nothing, Optional primaryUserAssignedIdentityId As String = Nothing, Optional federatedClientId As Nullable(Of Guid) = Nothing, Optional keyId As String = Nothing, Optional administrators As ServerExternalAdministrator = Nothing, Optional restrictOutboundNetworkAccess As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

identity
ResourceIdentity

サーバー ID

administratorLogin
String

サーバーの管理者ユーザー名。 作成後は変更できません。

administratorLoginPassword
String

管理者ログイン パスワード (サーバーの作成に必要)。

version
String

サーバーのバージョンです。

state
String

サーバーの状態。

fullyQualifiedDomainName
String

サーバーの完全修飾ドメイン名。

privateEndpointConnections
IList<ServerPrivateEndpointConnection>

サーバー上のプライベート エンドポイント接続の一覧

minimalTlsVersion
String

最小 TLS バージョン。 使用できる値: '1.0'、'1.1'、'1.2'

publicNetworkAccess
String

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

workspaceFeature
String

既存のサーバーにワークスペースが作成されているかどうか、およびワークスペースからの接続が許可されているかどうか。 使用可能な値は、'Connected'、'Disconnected' です。

primaryUserAssignedIdentityId
String

既定で使用されるユーザー割り当て ID のリソース ID。

federatedClientId
Nullable<Guid>

テナント間 CMK シナリオに使用されるクライアント ID

keyId
String

暗号化に使用するキーの CMK URI。

administrators
ServerExternalAdministrator

サーバーの Azure Active Directory ID。

restrictOutboundNetworkAccess
String

このサーバーの送信ネットワーク アクセスを制限するかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

tags
IDictionary<String,String>

リソース タグ。

適用対象