ResourceNavigationLinkResponse

data class ResourceNavigationLinkResponse(val etag: String, val id: String, val link: String? = null, val linkedResourceType: String? = null, val name: String? = null, val provisioningState: String, val type: String)

ResourceNavigationLink resource.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, link: String? = null, linkedResourceType: String? = null, name: String? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val link: String? = null

Link to the external resource.

Link copied to clipboard

Resource type of the linked resource.

Link copied to clipboard
val name: String? = null

Name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the resource navigation link resource.

Link copied to clipboard

Resource type.