get Virtual Network Gateway Vpn Profile Package Url
suspend fun getVirtualNetworkGatewayVpnProfilePackageUrl(argument: GetVirtualNetworkGatewayVpnProfilePackageUrlPlainArgs): GetVirtualNetworkGatewayVpnProfilePackageUrlResult
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. Uses Azure REST API version 2023-02-01. Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.
Return
null
Parameters
argument
null
suspend fun getVirtualNetworkGatewayVpnProfilePackageUrl(resourceGroupName: String, virtualNetworkGatewayName: String): GetVirtualNetworkGatewayVpnProfilePackageUrlResult
Return
null
Parameters
resource Group Name
The name of the resource group.
virtual Network Gateway Name
The name of the virtual network gateway.
See also
suspend fun getVirtualNetworkGatewayVpnProfilePackageUrl(argument: suspend GetVirtualNetworkGatewayVpnProfilePackageUrlPlainArgsBuilder.() -> Unit): GetVirtualNetworkGatewayVpnProfilePackageUrlResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetVirtualNetworkGatewayVpnProfilePackageUrlPlainArgs.