GetVpnSitePlainArgs

data class GetVpnSitePlainArgs(val resourceGroupName: String, val vpnSiteName: String) : ConvertibleToJava<GetVpnSitePlainArgs>

Constructors

Link copied to clipboard
fun GetVpnSitePlainArgs(resourceGroupName: String, vpnSiteName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetVpnSitePlainArgs

Properties

Link copied to clipboard

The resource group name of the VpnSite.

Link copied to clipboard

The name of the VpnSite being retrieved.