GetServicePlainArgs

data class GetServicePlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the API Management service.

Link copied to clipboard

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

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.

Functions

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