GetControllerDetailsResult

data class GetControllerDetailsResult(val azureApiVersion: String, val dncAppId: String, val dncEndpoint: String, val dncTenantId: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val purpose: String? = null, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)

Represents an instance of a DNC controller.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dncAppId: String, dncEndpoint: String, dncTenantId: String, id: String, location: String? = null, name: String, provisioningState: String, purpose: String? = null, resourceGuid: String, 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

dnc application id should be used by customer to authenticate with dnc gateway.

Link copied to clipboard

dnc endpoint url that customers can use to connect to

Link copied to clipboard

tenant id of dnc application id

Link copied to clipboard
val id: String

An identifier that represents the resource.

Link copied to clipboard
val location: String? = null

Location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The current state of dnc controller resource.

Link copied to clipboard
val purpose: String? = null

The purpose of the dnc controller resource.

Link copied to clipboard

Resource guid.

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

The resource tags.

Link copied to clipboard

The type of resource.