GetVpnSitePlainArgs

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

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, vpnSiteName: String)

Properties

Link copied to clipboard

The resource group name of the VpnSite.

Link copied to clipboard

The name of the VpnSite being retrieved.

Functions

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