Package-level declarations

Types

Link copied to clipboard
data class ArmTemplateParameterResponse(val name: String? = null, val value: String? = null)

Parameter to pass to ARM template

Link copied to clipboard
data class GetManagementAssociationResult(val id: String, val location: String? = null, val name: String, val properties: ManagementAssociationPropertiesResponse, val type: String)

The container for solution.

Link copied to clipboard
data class GetManagementConfigurationResult(val id: String, val location: String? = null, val name: String, val properties: ManagementConfigurationPropertiesResponse, val type: String)

The container for solution.

Link copied to clipboard
data class GetSolutionResult(val id: String, val location: String? = null, val name: String, val plan: SolutionPlanResponse? = null, val properties: SolutionPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

The container for solution.

Link copied to clipboard
data class ManagementAssociationPropertiesResponse(val applicationId: String)

ManagementAssociation properties supported by the OperationsManagement resource provider.

data class ManagementConfigurationPropertiesResponse(val applicationId: String? = null, val parameters: List<ArmTemplateParameterResponse>, val parentResourceType: String, val provisioningState: String, val template: Any)

ManagementConfiguration properties supported by the OperationsManagement resource provider.

Link copied to clipboard
data class SolutionPlanResponse(val name: String? = null, val product: String? = null, val promotionCode: String? = null, val publisher: String? = null)

Plan for solution object supported by the OperationsManagement resource provider.

Link copied to clipboard
data class SolutionPropertiesResponse(val containedResources: List<String>? = null, val provisioningState: String, val referencedResources: List<String>? = null, val workspaceResourceId: String)

Solution properties supported by the OperationsManagement resource provider.