locations

@JvmName(name = "sksguirqrmyasjge")
suspend fun locations(value: Output<List<MapsAccountPropertiesLocationsArgs>>)
@JvmName(name = "bpevwkpbveraurho")
suspend fun locations(value: List<MapsAccountPropertiesLocationsArgs>?)

Parameters

value

List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope.


@JvmName(name = "tyuvqdyjntvmljdd")
suspend fun locations(vararg values: Output<MapsAccountPropertiesLocationsArgs>)


@JvmName(name = "xstcixgkbykfxqov")
suspend fun locations(values: List<Output<MapsAccountPropertiesLocationsArgs>>)
@JvmName(name = "ahaswdtsilarrywh")
suspend fun locations(vararg values: MapsAccountPropertiesLocationsArgs)

Parameters

values

List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope.


@JvmName(name = "augpxsluiqfatfbe")
suspend fun locations(argument: List<suspend MapsAccountPropertiesLocationsArgsBuilder.() -> Unit>)
@JvmName(name = "hoqlqthpjucjtqqf")
suspend fun locations(vararg argument: suspend MapsAccountPropertiesLocationsArgsBuilder.() -> Unit)
@JvmName(name = "kufdtcqifjenghgi")
suspend fun locations(argument: suspend MapsAccountPropertiesLocationsArgsBuilder.() -> Unit)

Parameters

argument

List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope.