GetRegistrationActivationKeyPlainArgs

data class GetRegistrationActivationKeyPlainArgs(val registrationName: String, val resourceGroup: String) : ConvertibleToJava<GetRegistrationActivationKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(registrationName: String, resourceGroup: String)

Properties

Link copied to clipboard

Name of the Azure Stack registration.

Link copied to clipboard

Name of the resource group.

Functions

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