Share via


SqlServerPatch Class

Definition

An update request for an Azure SQL Database server.

public class SqlServerPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlServerPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlServerPatch>
type SqlServerPatch = class
    interface IJsonModel<SqlServerPatch>
    interface IPersistableModel<SqlServerPatch>
Public Class SqlServerPatch
Implements IJsonModel(Of SqlServerPatch), IPersistableModel(Of SqlServerPatch)
Inheritance
SqlServerPatch
Implements

Constructors

SqlServerPatch()

Initializes a new instance of SqlServerPatch.

Properties

AdministratorLogin

Administrator username for the server. Once created it cannot be changed.

AdministratorLoginPassword

The administrator login password (required for server creation).

Administrators

The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used.

ExternalGovernanceStatus

Status of external governance.

FederatedClientId

The Client id used for cross tenant CMK scenario.

FullyQualifiedDomainName

The fully qualified domain name of the server.

Identity

Server identity.

IsIPv6Enabled

Whether or not to enable IPv6 support for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.

KeyId

A CMK URI of the key to use for encryption.

MinTlsVersion

Minimal TLS version. Allowed values: 'None', 1.0', '1.1', '1.2', '1.3'.

PrimaryUserAssignedIdentityId

The resource id of a user assigned identity to be used by default.

PrivateEndpointConnections

List of private endpoint connections on a server.

PublicNetworkAccess

Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter'.

RestrictOutboundNetworkAccess

Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.

State

The state of the server.

Tags

Resource tags.

Version

The version of the server.

WorkspaceFeature

Whether or not existing server has a workspace created and if it allows connection from workspace.

Explicit Interface Implementations

IJsonModel<SqlServerPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlServerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlServerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to