Package version:

Interface AvailabilitySetTagsUpdate

The type used for updating tags in AvailabilitySet resources.

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

Properties

Properties

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

Resource tags.

Type declaration

  • [propertyName: string]: string