AssessedSqlInstanceSummary interface
Assessed Sql Instance Summary.
Properties
| instance |
Gets the instance id. |
| instance |
Gets the instance name. |
| is |
Gets whether Sql is clustered. |
| is |
Gets whether Sql is highly available. |
| sql |
Gets the Sql edition. |
| sql |
Gets the Sql Fci state. |
| sql |
Gets the instance entity id. |
| sql |
Gets the instance arm id. |
| sql |
Gets the Sql version. |
Property Details
instanceId
Gets the instance id.
instanceId?: string
Property Value
string
instanceName
Gets the instance name.
instanceName?: string
Property Value
string
isClustered
Gets whether Sql is clustered.
isClustered?: boolean
Property Value
boolean
isHighAvailabilityEnabled
Gets whether Sql is highly available.
isHighAvailabilityEnabled?: boolean
Property Value
boolean
sqlEdition
Gets the Sql edition.
sqlEdition?: string
Property Value
string
sqlFciState
Gets the Sql Fci state.
sqlFciState?: string
Property Value
string
sqlInstanceEntityId
Gets the instance entity id.
sqlInstanceEntityId?: string
Property Value
string
sqlInstanceSdsArmId
Gets the instance arm id.
sqlInstanceSdsArmId?: string
Property Value
string
sqlVersion
Gets the Sql version.
sqlVersion?: string
Property Value
string