Package-level declarations
Types
Link copied to clipboard
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
ManagementAssociation properties supported by the OperationsManagement resource provider.
Link copied to clipboard
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