ResourceMetadataArgs

data class ResourceMetadataArgs(val resourceId: Output<String>, val resourceKind: Output<String>? = null, val resourceName: Output<String>? = null, val resourceType: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ResourceMetadataArgs>

Single resource Id's metadata.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>, resourceKind: Output<String>? = null, resourceName: Output<String>? = null, resourceType: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val resourceId: Output<String>

Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".

Link copied to clipboard
val resourceKind: Output<String>? = null

Resource kind.

Link copied to clipboard
val resourceName: Output<String>? = null

Resource name.

Link copied to clipboard
val resourceType: Output<String>? = null

Resource type.

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

Resource's tag type.

Functions

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