GetScopeConnectionPlainArgs

data class GetScopeConnectionPlainArgs(val networkManagerName: String, val resourceGroupName: String, val scopeConnectionName: String) : ConvertibleToJava<GetScopeConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(networkManagerName: String, resourceGroupName: String, scopeConnectionName: String)

Properties

Link copied to clipboard

The name of the network manager.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

Name for the cross-tenant connection.

Functions

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