get P2s Vpn Server Configuration
suspend fun getP2sVpnServerConfiguration(argument: GetP2sVpnServerConfigurationPlainArgs): GetP2sVpnServerConfigurationResult
Retrieves the details of a P2SVpnServerConfiguration. API Version: 2019-07-01.
Return
P2SVpnServerConfiguration Resource.
Parameters
argument
null
suspend fun getP2sVpnServerConfiguration(p2SVpnServerConfigurationName: String, resourceGroupName: String, virtualWanName: String): GetP2sVpnServerConfigurationResult
Return
P2SVpnServerConfiguration Resource.
Parameters
p2SVpn Server Configuration Name
The name of the P2SVpnServerConfiguration.
resource Group Name
The resource group name of the P2SVpnServerConfiguration.
virtual Wan Name
The name of the VirtualWan.
See also
suspend fun getP2sVpnServerConfiguration(argument: suspend GetP2sVpnServerConfigurationPlainArgsBuilder.() -> Unit): GetP2sVpnServerConfigurationResult
Return
P2SVpnServerConfiguration Resource.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetP2sVpnServerConfigurationPlainArgs.