get P2s Vpn Gateway P2s Vpn Connection Health Detailed
suspend fun getP2sVpnGatewayP2sVpnConnectionHealthDetailed(argument: GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgs): GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult
Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. Azure REST API version: 2023-02-01. Other available API versions: 2023-04-01, 2023-05-01.
Return
P2S Vpn connection detailed health written to sas url.
Parameters
argument
null
suspend fun getP2sVpnGatewayP2sVpnConnectionHealthDetailed(gatewayName: String, outputBlobSasUrl: String? = null, resourceGroupName: String, vpnUserNamesFilter: List<String>? = null): GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult
Return
P2S Vpn connection detailed health written to sas url.
See also
Parameters
gateway Name
The name of the P2SVpnGateway.
output Blob Sas Url
The sas-url to download the P2S Vpn connection health detail.
resource Group Name
The name of the resource group.
vpn User Names Filter
The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
suspend fun getP2sVpnGatewayP2sVpnConnectionHealthDetailed(argument: suspend GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgsBuilder.() -> Unit): GetP2sVpnGatewayP2sVpnConnectionHealthDetailedResult
Return
P2S Vpn connection detailed health written to sas url.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgs.