Package-level declarations
Types
Link copied to clipboard
Manages a Custom Location within an Extended Location.
Link copied to clipboard
data class CustomLocationArgs(val authentication: Output<CustomLocationAuthenticationArgs>? = null, val clusterExtensionIds: Output<List<String>>? = null, val displayName: Output<String>? = null, val hostResourceId: Output<String>? = null, val hostType: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CustomLocationArgs>
Manages a Custom Location within an Extended Location.
Link copied to clipboard
Builder for CustomLocationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CustomLocation.
Link copied to clipboard
object ExtendedlocationFunctions
Functions
Link copied to clipboard
suspend fun customLocation(name: String, block: suspend CustomLocationResourceBuilder.() -> Unit): CustomLocation