GetManagementAssociationPlainArgs

data class GetManagementAssociationPlainArgs(val managementAssociationName: String, val providerName: String, val resourceGroupName: String, val resourceName: String, val resourceType: String) : ConvertibleToJava<GetManagementAssociationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

User ManagementAssociation Name.

Link copied to clipboard

Provider name for the parent resource.

Link copied to clipboard

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

Link copied to clipboard

Parent resource name.

Link copied to clipboard

Resource type for the parent resource

Functions

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