GetApiVersionSetPlainArgs

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

A collection of arguments for invoking getApiVersionSet.

Constructors

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

Properties

Link copied to clipboard

The name of the API Management Service where the API Version Set exists.

Link copied to clipboard

The name of the API Version Set.

Link copied to clipboard

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

Functions

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