SqlAssessmentV2Summary interface
SQL Assessment REST resource.
- Extends
Properties
| assessment |
Gets or sets the Assessment summary. NOTE: This property will not be serialized. It can only be populated by the server. |
| database |
Gets the database distribution by sizing criterion. NOTE: This property will not be serialized. It can only be populated by the server. |
| distribution |
Gets the distribution distribution of sqlInstances by service pack insight. NOTE: This property will not be serialized. It can only be populated by the server. |
| distribution |
Gets the distribution of sqlInstances by sql edition. NOTE: This property will not be serialized. It can only be populated by the server. |
| distribution |
Gets the distribution of sqlInstances by sql version. NOTE: This property will not be serialized. It can only be populated by the server. |
| distribution |
Gets the distribution of sqlInstances by support status. NOTE: This property will not be serialized. It can only be populated by the server. |
| instance |
Gets the instance distribution by sizing criterion. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of sql failover cluster instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of machines part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of sql availability groups part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of sql databases part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of sql instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of successfully discovered sql instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
assessmentSummary
Gets or sets the Assessment summary. NOTE: This property will not be serialized. It can only be populated by the server.
assessmentSummary?: {[propertyName: string]: SqlAssessmentV2SummaryData}
Property Value
{[propertyName: string]: SqlAssessmentV2SummaryData}
databaseDistributionBySizingCriterion
Gets the database distribution by sizing criterion. NOTE: This property will not be serialized. It can only be populated by the server.
databaseDistributionBySizingCriterion?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
distributionByServicePackInsight
Gets the distribution distribution of sqlInstances by service pack insight. NOTE: This property will not be serialized. It can only be populated by the server.
distributionByServicePackInsight?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
distributionBySqlEdition
Gets the distribution of sqlInstances by sql edition. NOTE: This property will not be serialized. It can only be populated by the server.
distributionBySqlEdition?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
distributionBySqlVersion
Gets the distribution of sqlInstances by sql version. NOTE: This property will not be serialized. It can only be populated by the server.
distributionBySqlVersion?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
distributionBySupportStatus
Gets the distribution of sqlInstances by support status. NOTE: This property will not be serialized. It can only be populated by the server.
distributionBySupportStatus?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
instanceDistributionBySizingCriterion
Gets the instance distribution by sizing criterion. NOTE: This property will not be serialized. It can only be populated by the server.
instanceDistributionBySizingCriterion?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
numberOfFciInstances
Number of sql failover cluster instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFciInstances?: number
Property Value
number
numberOfMachines
Number of machines part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfMachines?: number
Property Value
number
numberOfSqlAvailabilityGroups
Number of sql availability groups part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfSqlAvailabilityGroups?: number
Property Value
number
numberOfSqlDatabases
Number of sql databases part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfSqlDatabases?: number
Property Value
number
numberOfSqlInstances
Number of sql instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfSqlInstances?: number
Property Value
number
numberOfSuccessfullyDiscoveredSqlInstances
Number of successfully discovered sql instances part of the assessment. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfSuccessfullyDiscoveredSqlInstances?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type