GetUserPlainArgs

data class GetUserPlainArgs(val resourceGroupName: String, val serviceName: String, val userId: String) : ConvertibleToJava<GetUserPlainArgs>

Constructors

Link copied to clipboard
fun GetUserPlainArgs(resourceGroupName: String, serviceName: String, userId: String)

Functions

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

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the API Management service.

Link copied to clipboard

User identifier. Must be unique in the current API Management service instance.