Package version:

A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance.

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

Properties

Properties

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

Resource tags