getSite

suspend fun getSite(argument: GetSitePlainArgs): GetSiteResult

Gets information about the specified mobile network site. API Version: 2022-04-01-preview.

Return

Site resource.

Parameters

argument

null


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

Return

Site resource.

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.

Parameters

argument

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

See also