Package version:

Single resource Id's metadata.

Hierarchy

  • ResourceMetadata

Properties

resourceId: string

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

resourceKind?: string

Resource kind.

resourceName?: string

Resource name.

resourceType?: string

Resource type.

tags?: {
    [propertyName: string]: string;
}

Resource's tag type.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc