GetCustomApiResult

data class GetCustomApiResult(val azureApiVersion: String, val etag: String? = null, val id: String, val location: String? = null, val name: String, val properties: CustomApiPropertiesDefinitionResponse, val tags: Map<String, String>? = null, val type: String)

A custom API

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, location: String? = null, name: String, properties: CustomApiPropertiesDefinitionResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

Resource ETag

Link copied to clipboard
val id: String

Resource id

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard

Resource name

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

Resource tags

Link copied to clipboard

Resource type