GetServicePlainArgs

data class GetServicePlainArgs(val groupName: String, val serviceName: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(groupName: String, serviceName: String)

Properties

Link copied to clipboard

Name of the resource group

Link copied to clipboard

Name of the service

Functions

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