AzureSqlServerModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |