get Site Network Service
suspend fun getSiteNetworkService(argument: GetSiteNetworkServicePlainArgs): GetSiteNetworkServiceResult
Gets information about the specified site network service. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.
Return
Site network service resource.
Parameters
argument
null
suspend fun getSiteNetworkService(resourceGroupName: String, siteNetworkServiceName: String): GetSiteNetworkServiceResult
Return
Site network service resource.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
site Network Service Name
The name of the site network service.
See also
suspend fun getSiteNetworkService(argument: suspend GetSiteNetworkServicePlainArgsBuilder.() -> Unit): GetSiteNetworkServiceResult
Return
Site network service resource.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetSiteNetworkServicePlainArgs.