GetVirtualNetworkGatewayRoutesInformationPlainArgs

data class GetVirtualNetworkGatewayRoutesInformationPlainArgs(val attemptRefresh: Boolean? = null, val resourceGroupName: String, val virtualNetworkGatewayName: String) : ConvertibleToJava<GetVirtualNetworkGatewayRoutesInformationPlainArgs>

Constructors

constructor(attemptRefresh: Boolean? = null, resourceGroupName: String, virtualNetworkGatewayName: String)

Properties

Link copied to clipboard
val attemptRefresh: Boolean? = null

Attempt to recalculate the Route Sets Information for the gateway

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual network gateway.

Functions

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