GetUserPlainArgs

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

A collection of arguments for invoking getUser.

Constructors

Link copied to clipboard
constructor(apiManagementName: String, resourceGroupName: String, userId: String)

Properties

Link copied to clipboard

The Name of the API Management Service in which this User exists.

Link copied to clipboard

The Name of the Resource Group in which the API Management Service exists.

Link copied to clipboard

The Identifier for the User.

Functions

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