GetVpnGatewayPlainArgs

data class GetVpnGatewayPlainArgs(val gatewayName: String, val resourceGroupName: String) : ConvertibleToJava<GetVpnGatewayPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the gateway.

Link copied to clipboard

The resource group name of the VpnGateway.

Functions

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