Udostępnij za pośrednictwem


MSSqlServerProviderInstanceProperties Class

Definition

Gets or sets the SQL server provider properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MSSqlServerProviderInstancePropertiesTypeConverter))]
public class MSSqlServerProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IMSSqlServerProviderInstanceProperties, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MSSqlServerProviderInstancePropertiesTypeConverter))>]
type MSSqlServerProviderInstanceProperties = class
    interface IMSSqlServerProviderInstanceProperties
    interface IJsonSerializable
    interface IProviderSpecificProperties
    interface IValidates
Public Class MSSqlServerProviderInstanceProperties
Implements IMSSqlServerProviderInstanceProperties, IValidates
Inheritance
MSSqlServerProviderInstanceProperties
Attributes
Implements

Constructors

MSSqlServerProviderInstanceProperties()

Creates an new MSSqlServerProviderInstanceProperties instance.

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.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MSSqlServerProviderInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MSSqlServerProviderInstanceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IMSSqlServerProviderInstanceProperties.

FromJsonString(String)

Creates a new instance of MSSqlServerProviderInstanceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MSSqlServerProviderInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to