TagSettingsProperties interface

Tag filter information for the VM.

Properties

filterOperator

Filter VMs by Any or All specified tags.

tags

Dictionary of tags with its list of values.

Property Details

filterOperator

Filter VMs by Any or All specified tags.

filterOperator?: TagOperators

Property Value

tags

Dictionary of tags with its list of values.

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

Property Value

{[propertyName: string]: string[]}