getSite

suspend fun getSite(argument: GetSitePlainArgs): GetSiteResult

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

Return

Site resource.

Parameters

argument

null


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

Return

Site resource.

Parameters

resourceGroupName

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

siteName

The name of the network service site.

See also


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

Return

Site resource.

Parameters

argument

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

See also