ServerUpdate Class
An update request for an Azure SQL Database server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ServerUpdate
Constructor
ServerUpdate(*, identity: Optional[azure.mgmt.sql.models._models_py3.ResourceIdentity] = None, tags: Optional[Dict[str, str]] = None, administrator_login: Optional[str] = None, administrator_login_password: Optional[str] = None, version: Optional[str] = None, minimal_tls_version: Optional[str] = None, public_network_access: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.ServerNetworkAccessFlag]] = None, primary_user_assigned_identity_id: Optional[str] = None, federated_client_id: Optional[str] = None, key_id: Optional[str] = None, administrators: Optional[azure.mgmt.sql.models._models_py3.ServerExternalAdministrator] = None, restrict_outbound_network_access: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.ServerNetworkAccessFlag]] = None, **kwargs)
Parameters
- administrator_login
- str
Administrator username for the server. Once created it cannot be changed.
- administrator_login_password
- str
The administrator login password (required for server creation).
- public_network_access
- str or ServerNetworkAccessFlag
Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Possible values include: "Enabled", "Disabled".
- primary_user_assigned_identity_id
- str
The resource id of a user assigned identity to be used by default.
- administrators
- ServerExternalAdministrator
The Azure Active Directory identity of the server.
- restrict_outbound_network_access
- str or ServerNetworkAccessFlag
Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. Possible values include: "Enabled", "Disabled".
Variables
- state
- str
The state of the server.
- fully_qualified_domain_name
- str
The fully qualified domain name of the server.
- private_endpoint_connections
- list[ServerPrivateEndpointConnection]
List of private endpoint connections on a server.
- workspace_feature
- str or ServerWorkspaceFeature
Whether or not existing server has a workspace created and if it allows connection from workspace. Possible values include: "Connected", "Disconnected".
Feedback
Submit and view feedback for