Language

ISelectorAutoGenerated Interface

Definition

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)

Applies to