ISapDatabaseProperties 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.SapVirtualInstance.Models.SapDatabasePropertiesTypeConverter))]
public interface ISapDatabaseProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SapDatabasePropertiesTypeConverter))>]
type ISapDatabaseProperties = interface
interface IJsonSerializable
Public Interface ISapDatabaseProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Service specific error code which serves as the substatus for the HTTP error code. |
| DatabaseSid |
Database SID name. |
| DatabaseType |
Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server. |
| Detail |
Internal error details. |
| IPAddress |
Database IP Address. |
| LoadBalancerDetailId |
Fully qualified resource ID for the load balancer. |
| Message |
Description of the error. |
| ProvisioningState |
Defines the provisioning states. |
| Status |
Defines the SAP Instance status. |
| Subnet |
Database subnet. |
| VMDetail |
The list of virtual machines corresponding to the Database resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |