get Custom Location
Gets the details of the customLocation with a specified resource group and name. Uses Azure REST API version 2021-08-31-preview. Other available API versions: 2021-08-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native extendedlocation [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Custom Locations definition.
Parameters
argument
null
suspend fun getCustomLocation(resourceGroupName: String, resourceName: String): GetCustomLocationResult
Return
Custom Locations definition.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
Custom Locations name.
See also
suspend fun getCustomLocation(argument: suspend GetCustomLocationPlainArgsBuilder.() -> Unit): GetCustomLocationResult
Return
Custom Locations definition.
Parameters
argument
Builder for com.pulumi.azurenative.extendedlocation.kotlin.inputs.GetCustomLocationPlainArgs.