GetAzureADAdministratorPlainArgs

data class GetAzureADAdministratorPlainArgs(val administratorName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetAzureADAdministratorPlainArgs>

Constructors

Link copied to clipboard
constructor(administratorName: String, resourceGroupName: String, serverName: String)

Properties

Link copied to clipboard

The name of the Azure AD Administrator.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the server.

Functions

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