你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlServerModel Class

Definition

Represents the core properties of an Azure Sql Server

public class AzureSqlServerModel
type AzureSqlServerModel = class
Public Class AzureSqlServerModel
Inheritance
AzureSqlServerModel

Constructors

AzureSqlServerModel()

Properties

Administrators

Gets or sets the Azure SQL Server Active Directory administrator

FederatedClientId

Gets or sets a federated client id to use in xtcmk scenario

FullyQualifiedDomainName

Gets or sets the fully qualified domain name of the server

Identity

Gets or sets the identity of the server.

KeyId

Gets or sets a CMK URI of the key to use for encryption.

Location

Gets or sets the location the server is in

MinimalTlsVersion

Gets or sets the managed instance minimal tls version

PrimaryUserAssignedIdentityId

Gets or sets the resource id of a user assigned identity to be used

PublicNetworkAccess

Gets or sets the flag to control enable/disable public network access

ResourceGroupName

Gets or sets the name of the resource group the server is in

ResourceId

Gets or sets the resource id of the server

RestrictOutboundNetworkAccess

Gets or sets the flag to restrict the outbound network access from the server

ServerName

Gets or sets the name of the server

ServerVersion

Gets or sets the server version

SqlAdministratorLogin

Gets or sets the sql login credentials for the admin

SqlAdministratorPassword

Gets or sets the password for the sql admin

Tags

Gets or sets the tags associated with the server.

Applies to