Package-level declarations

Types

Link copied to clipboard
data class ArmTemplateParameterArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ArmTemplateParameterArgs>

Parameter to pass to ARM template

Link copied to clipboard
data class GetManagementAssociationPlainArgs(val managementAssociationName: String, val providerName: String, val resourceGroupName: String, val resourceName: String, val resourceType: String) : ConvertibleToJava<GetManagementAssociationPlainArgs>
Link copied to clipboard
data class GetManagementConfigurationPlainArgs(val managementConfigurationName: String, val resourceGroupName: String) : ConvertibleToJava<GetManagementConfigurationPlainArgs>
Link copied to clipboard
data class GetSolutionPlainArgs(val resourceGroupName: String, val solutionName: String) : ConvertibleToJava<GetSolutionPlainArgs>
Link copied to clipboard
data class ManagementAssociationPropertiesArgs(val applicationId: Output<String>) : ConvertibleToJava<ManagementAssociationPropertiesArgs>

ManagementAssociation properties supported by the OperationsManagement resource provider.

Link copied to clipboard
data class ManagementConfigurationPropertiesArgs(val applicationId: Output<String>? = null, val parameters: Output<List<ArmTemplateParameterArgs>>, val parentResourceType: Output<String>, val template: Output<Any>) : ConvertibleToJava<ManagementConfigurationPropertiesArgs>

ManagementConfiguration properties supported by the OperationsManagement resource provider.

Link copied to clipboard
data class SolutionPlanArgs(val name: Output<String>? = null, val product: Output<String>? = null, val promotionCode: Output<String>? = null, val publisher: Output<String>? = null) : ConvertibleToJava<SolutionPlanArgs>

Plan for solution object supported by the OperationsManagement resource provider.

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

Solution properties supported by the OperationsManagement resource provider.