Get Solution Configuration Result
data class GetSolutionConfigurationResult(val azureApiVersion: String, val id: String, val lastSyncTime: String, val name: String, val provisioningState: String, val solutionSettings: Map<String, String>? = null, val solutionType: String, val status: String, val statusDetails: String, val systemData: SystemDataResponse, val type: String)
Solution Configuration
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The last time resources were inventoried
Link copied to clipboard
The resource provisioning state.
Link copied to clipboard
Solution settings
Link copied to clipboard
The type of the solution
Link copied to clipboard
The detailed message of status details
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.