ISelectorAutoGenerated Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pre-migration name for the selector expression element type (renamed to ISelector). It is the old public name for the current ISelector and carries the identical shape, so the concrete generated Selector class satisfies it without any new members.
public interface ISelectorAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ISelector
type ISelectorAutoGenerated = interface
interface ISelector
interface IJsonSerializable
Public Interface ISelectorAutoGenerated
Implements ISelector
- Derived
- Implements
Properties
| Name | Description |
|---|---|
| In |
The list of values to filter in. |
| Kind |
The selector kind. |
| NotIn |
The list of values to filter out. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |