GetGroupPlainArgs

data class GetGroupPlainArgs(val apiManagementName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The Name of the API Management Group.

Link copied to clipboard

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

Functions

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