MsSqlServerProviderInstanceProperties 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.
Gets or sets the SQL server provider properties.
public class MsSqlServerProviderInstanceProperties : Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties
public class MsSqlServerProviderInstanceProperties : Azure.ResourceManager.Workloads.Models.ProviderSpecificProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.MsSqlServerProviderInstanceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.MsSqlServerProviderInstanceProperties>
type MsSqlServerProviderInstanceProperties = class
inherit ProviderSpecificProperties
type MsSqlServerProviderInstanceProperties = class
inherit ProviderSpecificProperties
interface IJsonModel<MsSqlServerProviderInstanceProperties>
interface IPersistableModel<MsSqlServerProviderInstanceProperties>
Public Class MsSqlServerProviderInstanceProperties
Inherits ProviderSpecificProperties
Public Class MsSqlServerProviderInstanceProperties
Inherits ProviderSpecificProperties
Implements IJsonModel(Of MsSqlServerProviderInstanceProperties), IPersistableModel(Of MsSqlServerProviderInstanceProperties)
- Inheritance
- Implements
Constructors
MsSqlServerProviderInstanceProperties() |
Initializes a new instance of MsSqlServerProviderInstanceProperties. |
Properties
DBPassword |
Gets or sets the database password. |
DBPasswordUri |
Gets or sets the key vault URI to secret with the database password. |
DBPort |
Gets or sets the database sql port. |
DBUsername |
Gets or sets the database user name. |
Hostname |
Gets or sets the SQL server host name. |
SapSid |
Gets or sets the SAP System Identifier. |
SslCertificateUri |
Gets or sets the blob URI to SSL certificate for the SQL Database. |
SslPreference |
Gets or sets certificate preference if secure communication is enabled. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET