IMSSqlServerProviderInstanceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MSSqlServerProviderInstancePropertiesTypeConverter))]
public interface IMSSqlServerProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MSSqlServerProviderInstancePropertiesTypeConverter))>]
type IMSSqlServerProviderInstanceProperties = interface
interface IJsonSerializable
interface IProviderSpecificProperties
Public Interface IMSSqlServerProviderInstanceProperties
Implements IProviderSpecificProperties
- Derived
- Attributes
- Implements
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. |
ProviderType |
The provider type. For example, the value can be SapHana. (Inherited from IProviderSpecificProperties) |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |