Share via


IDatabaseInstanceDiscoveryDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseInstanceDiscoveryDetailsTypeConverter))]
public interface IDatabaseInstanceDiscoveryDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseInstanceDiscoveryDetailsTypeConverter))>]
type IDatabaseInstanceDiscoveryDetails = interface
    interface IJsonSerializable
Public Interface IDatabaseInstanceDiscoveryDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EnqueueTime

Gets or sets the time the message was enqueued.

ExtendedInfo

Gets or sets the extended properties of the database server.

HostName

Gets or sets the host name of the database server.

InstanceId

Gets or sets the database instance Id.

InstanceName

Gets or sets the database instance name.

InstanceType

Gets or sets the database instance type.

InstanceVersion

Gets or sets the database instance version.

IPAddress

Gets or sets the IP addresses of the database server. IP addresses could be IP V4 or IP V6.

LastUpdatedTime

Gets or sets the time of the last modification of the database instance details.

PortNumber

Gets or sets the port number of the database server.

SolutionName

Gets or sets the name of the solution that sent the data.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to