Server 類別
Azure SQL資料庫伺服器。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.sql.models._models_py3.TrackedResourceServer
建構函式
Server(*, location: str, tags: Dict[str, str] | None = None, identity: ResourceIdentity | None = None, administrator_login: str | None = None, administrator_login_password: str | None = None, version: str | None = None, minimal_tls_version: str | None = None, public_network_access: str | ServerNetworkAccessFlag | None = None, primary_user_assigned_identity_id: str | None = None, federated_client_id: str | None = None, key_id: str | None = None, administrators: ServerExternalAdministrator | None = None, restrict_outbound_network_access: str | ServerNetworkAccessFlag | None = None, **kwargs)
參數
名稱 | Description |
---|---|
location
必要
|
必要。 資源位置。 |
tags
必要
|
一組標記。 資源標籤。 |
identity
必要
|
伺服器的 Azure Active Directory 身分識別。 |
administrator_login
必要
|
伺服器的系統管理員使用者名稱。 建立之後,就無法變更。 |
administrator_login_password
必要
|
伺服器建立) 所需的系統管理員登入密碼 (。 |
version
必要
|
伺服器版本。 |
minimal_tls_version
必要
|
最低 TLS 版本。 允許的值:'1.0'、'1.1'、'1.2'。 |
public_network_access
必要
|
是否允許此伺服器的公用端點存取。 值是選擇性的,但如果傳入,則必須是 'Enabled' 或 'Disabled'。 可能的值包括:「Enabled」、「Disabled」。 |
primary_user_assigned_identity_id
必要
|
預設使用之使用者指派身分識別的資源識別碼。 |
federated_client_id
必要
|
用於跨租使用者 CMK 案例的用戶端識別碼。 |
key_id
必要
|
要用於加密之金鑰的 CMK URI。 |
administrators
必要
|
伺服器的 Azure Active Directory 身分識別。 |
restrict_outbound_network_access
必要
|
是否要限制此伺服器的輸出網路存取。 值是選擇性的,但如果傳入,則必須是 'Enabled' 或 'Disabled'。 可能的值包括:「Enabled」、「Disabled」。 |
僅限關鍵字的參數
名稱 | Description |
---|---|
location
必要
|
|
tags
必要
|
|
identity
必要
|
|
administrator_login
必要
|
|
administrator_login_password
必要
|
|
version
必要
|
|
minimal_tls_version
必要
|
|
public_network_access
必要
|
|
primary_user_assigned_identity_id
必要
|
|
federated_client_id
必要
|
|
key_id
必要
|
|
administrators
必要
|
|
restrict_outbound_network_access
必要
|
|
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
type
|
資源類型。 |
kind
|
SQL Server 的種類。 這是用於Azure 入口網站體驗的中繼資料。 |
state
|
伺服器的狀態。 |
fully_qualified_domain_name
|
伺服器的完整功能變數名稱。 |
private_endpoint_connections
|
伺服器上的私人端點連線清單。 |
workspace_feature
|
現有伺服器是否已建立工作區,以及是否允許從工作區連線。 可能的值包括:「Connected」、「Disconnected」。 |