GetAccountPlainArgs

data class GetAccountPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetAccountPlainArgs>

Constructors

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

Properties

Link copied to clipboard

Name of the resource group within the Azure subscription.

Link copied to clipboard

Name of the resource.

Functions

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