GetWebAppAssessmentV2OperationResult

data class GetWebAppAssessmentV2OperationResult(val appSvcContainerSettings: AppSvcContainerSettingsResponse? = null, val appSvcNativeSettings: AppSvcNativeSettingsResponse? = null, val assessmentType: String? = null, val azureLocation: String? = null, val azureOfferCode: String? = null, val azureSecurityOfferingType: String? = null, val confidenceRatingInPercentage: Double? = null, val createdTimestamp: String, val currency: String? = null, val discountPercentage: Double? = null, val discoveredEntityLightSummary: DiscoveredEntityLightSummaryResponse? = null, val eaSubscriptionId: String? = null, val entityUptime: EntityUptimeResponse? = null, val environmentType: String? = null, val groupType: String? = null, val id: String, val name: String, val percentile: String? = null, val perfDataEndTime: String? = null, val perfDataStartTime: String? = null, val pricesTimestamp: String, val provisioningState: String, val reservedInstance: String? = null, val scalingFactor: Double? = null, val schemaVersion: String, val sizingCriterion: String? = null, val stage: String, val status: String, val systemData: SystemDataResponse, val timeRange: String? = null, val type: String, val updatedTimestamp: String)

Web app Assessment REST resource.

Constructors

Link copied to clipboard
constructor(appSvcContainerSettings: AppSvcContainerSettingsResponse? = null, appSvcNativeSettings: AppSvcNativeSettingsResponse? = null, assessmentType: String? = null, azureLocation: String? = null, azureOfferCode: String? = null, azureSecurityOfferingType: String? = null, confidenceRatingInPercentage: Double? = null, createdTimestamp: String, currency: String? = null, discountPercentage: Double? = null, discoveredEntityLightSummary: DiscoveredEntityLightSummaryResponse? = null, eaSubscriptionId: String? = null, entityUptime: EntityUptimeResponse? = null, environmentType: String? = null, groupType: String? = null, id: String, name: String, percentile: String? = null, perfDataEndTime: String? = null, perfDataStartTime: String? = null, pricesTimestamp: String, provisioningState: String, reservedInstance: String? = null, scalingFactor: Double? = null, schemaVersion: String, sizingCriterion: 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

Gets or sets user configurable app service container database settings.

Link copied to clipboard

Gets or sets user configurable app service native settings.

Link copied to clipboard
val assessmentType: String? = null

Assessment type of the assessment.

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 a value indicating azure security offering type.

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

Custom discount percentage.

Link copied to clipboard

Gets or sets user configurable discovered entity settings.

Link copied to clipboard

Gets or sets the Enterprise agreement subscription id.

Link copied to clipboard

Gets or sets the duration for which the entity (Web app, 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

The name of the resource

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
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

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.