Udostępnij przez


SapDatabaseProperties Class

Definition

Defines the Database properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SapDatabasePropertiesTypeConverter))]
public class SapDatabaseProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapDatabaseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SapDatabasePropertiesTypeConverter))>]
type SapDatabaseProperties = class
    interface ISapDatabaseProperties
    interface IJsonSerializable
Public Class SapDatabaseProperties
Implements ISapDatabaseProperties
Inheritance
SapDatabaseProperties
Attributes
Implements

Constructors

Name Description
SapDatabaseProperties()

Creates an new SapDatabaseProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapDatabaseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapDatabaseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapDatabaseProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapDatabaseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to