HanaDbProviderInstanceProperties 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 provider properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.HanaDbProviderInstancePropertiesTypeConverter))]
public class HanaDbProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IHanaDbProviderInstanceProperties, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.HanaDbProviderInstancePropertiesTypeConverter))>]
type HanaDbProviderInstanceProperties = class
interface IHanaDbProviderInstanceProperties
interface IJsonSerializable
interface IProviderSpecificProperties
interface IValidates
Public Class HanaDbProviderInstanceProperties
Implements IHanaDbProviderInstanceProperties, IValidates
- Inheritance
-
HanaDbProviderInstanceProperties
- Attributes
- Implements
Constructors
HanaDbProviderInstanceProperties() |
Creates an new HanaDbProviderInstanceProperties instance. |
Properties
DbName |
Gets or sets the hana database name. |
DbPassword |
Gets or sets the database password. |
DbPasswordUri |
Gets or sets the key vault URI to secret with the database password. |
DbUsername |
Gets or sets the database user name. |
Hostname |
Gets or sets the target virtual machine size. |
InstanceNumber |
Gets or sets the database instance number. |
ProviderType |
The provider type. For example, the value can be SapHana. |
SapSid |
Gets or sets the SAP System Identifier. |
SqlPort |
Gets or sets the database sql port. |
SslCertificateUri |
Gets or sets the blob URI to SSL certificate for the DB. |
SslHostNameInCertificate |
Gets or sets the hostname(s) in the SSL certificate. |
SslPreference |
Gets or sets certificate preference if secure communication is enabled. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HanaDbProviderInstanceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HanaDbProviderInstanceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IHanaDbProviderInstanceProperties. |
FromJsonString(String) |
Creates a new instance of HanaDbProviderInstanceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HanaDbProviderInstanceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |