AzureArcSettingsResponse

data class AzureArcSettingsResponse(val azureArcState: String, val laborCostPercentage: Double? = null, val managementSettings: AzureArcManagementSettingsResponse? = null)

Azure arc settings for a business case.

Constructors

Link copied to clipboard
constructor(azureArcState: String, laborCostPercentage: Double? = null, managementSettings: AzureArcManagementSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AzureArc state indicates whether to include azure arc related costs in on-premises or not.

Link copied to clipboard

Gets Azure arc labour cost percentage.

Link copied to clipboard