GetHubPlainArgs

data class GetHubPlainArgs(val hubName: String, val resourceGroupName: String) : ConvertibleToJava<GetHubPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the hub.

Link copied to clipboard

The name of the resource group.

Functions

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