getSite

suspend fun getSite(argument: GetSitePlainArgs): GetSiteResult

Gets information about the specified mobile network site. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-06-01, 2023-09-01, 2024-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mobilenetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Site resource. Must be created in the same location as its parent mobile network.

Parameters

argument

null


suspend fun getSite(mobileNetworkName: String, resourceGroupName: String, siteName: String): GetSiteResult

Return

Site resource. Must be created in the same location as its parent mobile network.

Parameters

mobileNetworkName

The name of the mobile network.

resourceGroupName

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

siteName

The name of the mobile network site.

See also


suspend fun getSite(argument: suspend GetSitePlainArgsBuilder.() -> Unit): GetSiteResult

Return

Site resource. Must be created in the same location as its parent mobile network.

Parameters

argument

Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetSitePlainArgs.

See also