SubResource

data class SubResource(val id: String? = null) : ConvertibleToJava<SubResource>

A reference to a another resource

Constructors

Link copied to clipboard
constructor(id: String? = null)

Properties

Link copied to clipboard
val id: String? = null

Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.

Functions

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