GetManagementConfigurationPlainArgs

data class GetManagementConfigurationPlainArgs(val managementConfigurationName: String, val resourceGroupName: String) : ConvertibleToJava<GetManagementConfigurationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

User Management Configuration Name.

Link copied to clipboard

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

Functions

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