TagSettingsProperties interface
Tag filter information for the VM.
Properties
filter |
Filter VMs by Any or All specified tags. Possible values include: 'All', 'Any' |
tags | Dictionary of tags with its list of values. |
Property Details
filterOperator
Filter VMs by Any or All specified tags. Possible values include: 'All', 'Any'
filterOperator?: TagOperators
Property Value
tags
Dictionary of tags with its list of values.
tags?: {[propertyName: string]: string[]}
Property Value
{[propertyName: string]: string[]}