getAddress

Get information about the specified address. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Address Resource.

Parameters

argument

null


suspend fun getAddress(addressName: String, resourceGroupName: String): GetAddressResult

Return

Address Resource.

Parameters

addressName

The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getAddress(argument: suspend GetAddressPlainArgsBuilder.() -> Unit): GetAddressResult

Return

Address Resource.

Parameters

argument

Builder for com.pulumi.azurenative.edgeorder.kotlin.inputs.GetAddressPlainArgs.

See also