container Port Ranges
suspend fun containerPortRanges(value: Output<List<ContainerGroupDefinitionContainerPortRangeArgs>>)
Parameters
value
Specifies one or more ranges of ports on a container.
suspend fun containerPortRanges(vararg values: Output<ContainerGroupDefinitionContainerPortRangeArgs>)
suspend fun containerPortRanges(values: List<Output<ContainerGroupDefinitionContainerPortRangeArgs>>)
Parameters
values
Specifies one or more ranges of ports on a container.
suspend fun containerPortRanges(argument: List<suspend ContainerGroupDefinitionContainerPortRangeArgsBuilder.() -> Unit>)
suspend fun containerPortRanges(vararg argument: suspend ContainerGroupDefinitionContainerPortRangeArgsBuilder.() -> Unit)
suspend fun containerPortRanges(argument: suspend ContainerGroupDefinitionContainerPortRangeArgsBuilder.() -> Unit)
Parameters
argument
Specifies one or more ranges of ports on a container.