assignments

@JvmName(name = "prfyviuurpgsyrid")
suspend fun assignments(value: Output<List<AssignmentArgs>>)
@JvmName(name = "csnnrtldbcoqoiax")
suspend fun assignments(value: List<AssignmentArgs>?)

Parameters

value

List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.


@JvmName(name = "fhvolfabkjpivblf")
suspend fun assignments(vararg values: Output<AssignmentArgs>)


@JvmName(name = "etvkhafiqvhebpgx")
suspend fun assignments(values: List<Output<AssignmentArgs>>)
@JvmName(name = "iwfbbtlqxicnmkhl")
suspend fun assignments(vararg values: AssignmentArgs)

Parameters

values

List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.


@JvmName(name = "ilswfobbuolayjul")
suspend fun assignments(argument: List<suspend AssignmentArgsBuilder.() -> Unit>)
@JvmName(name = "wcvrgosvmkutkyod")
suspend fun assignments(vararg argument: suspend AssignmentArgsBuilder.() -> Unit)
@JvmName(name = "yowixooollckhuwj")
suspend fun assignments(argument: suspend AssignmentArgsBuilder.() -> Unit)

Parameters

argument

List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.