GetConnectionGatewayPlainArgs

data class GetConnectionGatewayPlainArgs(val connectionGatewayName: String, val resourceGroupName: String, val subscriptionId: String? = null) : ConvertibleToJava<GetConnectionGatewayPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionGatewayName: String, resourceGroupName: String, subscriptionId: String? = null)

Properties

Link copied to clipboard

The connection gateway name

Link copied to clipboard

The resource group

Link copied to clipboard
val subscriptionId: String? = null

Subscription Id

Functions

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