GetSqlAssessmentV2OperationResult

data class GetSqlAssessmentV2OperationResult(val assessmentType: String? = null, val asyncCommitModeIntent: String? = null, val azureApiVersion: String, val azureLocation: String? = null, val azureOfferCode: String? = null, val azureOfferCodeForVm: String? = null, val azureSecurityOfferingType: String? = null, val azureSqlDatabaseSettings: SqlDbSettingsResponse? = null, val azureSqlManagedInstanceSettings: SqlMiSettingsResponse? = null, val azureSqlVmSettings: SqlVmSettingsResponse? = null, val confidenceRatingInPercentage: Double? = null, val createdTimestamp: String, val currency: String? = null, val disasterRecoveryLocation: String? = null, val discountPercentage: Double? = null, val eaSubscriptionId: String? = null, val enableHadrAssessment: Boolean? = null, val entityUptime: EntityUptimeResponse? = null, val environmentType: String? = null, val groupType: String? = null, val id: String, val isInternetAccessAvailable: Boolean? = null, val multiSubnetIntent: String? = null, val name: String, val optimizationLogic: String? = null, val osLicense: String? = null, val percentile: String? = null, val perfDataEndTime: String? = null, val perfDataStartTime: String? = null, val pricesTimestamp: String, val provisioningState: String? = null, val reservedInstance: String? = null, val reservedInstanceForVm: String? = null, val scalingFactor: Double? = null, val schemaVersion: String, val sizingCriterion: String? = null, val sqlServerLicense: String? = null, val stage: String, val status: String, val systemData: SystemDataResponse, val timeRange: String? = null, val type: String, val updatedTimestamp: String)

SQL Assessment REST resource.

Constructors

Link copied to clipboard
constructor(assessmentType: String? = null, asyncCommitModeIntent: String? = null, azureApiVersion: String, azureLocation: String? = null, azureOfferCode: String? = null, azureOfferCodeForVm: String? = null, azureSecurityOfferingType: String? = null, azureSqlDatabaseSettings: SqlDbSettingsResponse? = null, azureSqlManagedInstanceSettings: SqlMiSettingsResponse? = null, azureSqlVmSettings: SqlVmSettingsResponse? = null, confidenceRatingInPercentage: Double? = null, createdTimestamp: String, currency: String? = null, disasterRecoveryLocation: String? = null, discountPercentage: Double? = null, eaSubscriptionId: String? = null, enableHadrAssessment: Boolean? = null, entityUptime: EntityUptimeResponse? = null, environmentType: String? = null, groupType: String? = null, id: String, isInternetAccessAvailable: Boolean? = null, multiSubnetIntent: String? = null, name: String, optimizationLogic: String? = null, osLicense: String? = null, percentile: String? = null, perfDataEndTime: String? = null, perfDataStartTime: String? = null, pricesTimestamp: String, provisioningState: String? = null, reservedInstance: String? = null, reservedInstanceForVm: String? = null, scalingFactor: Double? = null, schemaVersion: String, sizingCriterion: String? = null, sqlServerLicense: String? = null, stage: String, status: String, systemData: SystemDataResponse, timeRange: String? = null, type: String, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentType: String? = null

Assessment type of the assessment.

Link copied to clipboard

Gets or sets user preference indicating intent of async commit mode.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val azureLocation: String? = null

Azure Location or Azure region where to which the machines will be migrated.

Link copied to clipboard
val azureOfferCode: String? = null

Azure Offer Code.

Link copied to clipboard

Gets or sets Azure Offer Code for VM.

Link copied to clipboard

Gets or sets a value indicating azure security offering type.

Link copied to clipboard

Gets or sets user configurable SQL database settings.

Link copied to clipboard

Gets or sets user configurable SQL managed instance settings.

Link copied to clipboard

Gets or sets user configurable SQL VM settings.

Link copied to clipboard

Confidence Rating in Percentage.

Link copied to clipboard

Date and Time when assessment was created.

Link copied to clipboard
val currency: String? = null

Currency in which prices should be reported.

Link copied to clipboard

Gets or sets the Azure Location or Azure region where to which the machines will be migrated.

Link copied to clipboard

Custom discount percentage.

Link copied to clipboard

Gets or sets the Enterprise agreement subscription id.

Link copied to clipboard

Gets or sets a value indicating whether HADR assessments needs to be created.

Link copied to clipboard

Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.

Link copied to clipboard
val environmentType: String? = null

Gets or sets user configurable setting to display the environment type.

Link copied to clipboard
val groupType: String? = null

Gets the group type for the assessment.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Gets or sets a value indicating whether internet access is available.

Link copied to clipboard

Gets or sets user preference indicating intent of multi-subnet configuration.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets or sets SQL optimization logic.

Link copied to clipboard
val osLicense: String? = null

Gets or sets user configurable setting to display the azure hybrid use benefit.

Link copied to clipboard
val percentile: String? = null

Percentile of the utilization data values to be considered while assessing machines.

Link copied to clipboard
val perfDataEndTime: String? = null

Gets or sets the end time to consider performance data for assessment.

Link copied to clipboard

Gets or sets the start time to consider performance data for assessment.

Link copied to clipboard

Last time when rates were queried.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Reserved instance.

Link copied to clipboard

Gets or sets azure reserved instance for VM.

Link copied to clipboard
val scalingFactor: Double? = null

Percentage of buffer that user wants on performance metrics when recommending Azure sizes.

Link copied to clipboard

Schema version.

Link copied to clipboard
val sizingCriterion: String? = null

Assessment sizing criterion.

Link copied to clipboard

SQL server license.

Link copied to clipboard

User configurable setting to display the Stage of Assessment.

Link copied to clipboard

Whether assessment is in valid state and all machines have been assessed.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val timeRange: String? = null

Time Range for which the historic utilization data should be considered for assessment.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Date and Time when assessment was last updated.