Package version:

Interface VirtualNetworkTagsUpdate

The type used for updating tags in VirtualNetwork resources.

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

Properties

Properties

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

Resource tags.

Type declaration

  • [propertyName: string]: string