GetServicePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource.

Link copied to clipboard

The name of the the service

Functions

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