GetResourceGroupPlainArgs

data class GetResourceGroupPlainArgs(val accountId: String, val resourceGroupId: String) : ConvertibleToJava<GetResourceGroupPlainArgs>

A collection of arguments for invoking getResourceGroup.

Constructors

Link copied to clipboard
constructor(accountId: String, resourceGroupId: String)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Resource Group identifier tag.

Functions

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