Language

IResourceSelectorAutoGenerated Interface

Definition

Pre-migration name for the resource selector (renamed to IResourceSelector). It is the old public name for the current IResourceSelector. The members are re-declared here (rather than only inherited) so the breaking-change surface diff, which walks interface members declared-only, still sees Name and Selector on this type. Selector is restored to its pre-migration element type ISelectorAutoGenerated (the emitter renamed the element type to ISelector).

public interface IResourceSelectorAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IResourceSelector
type IResourceSelectorAutoGenerated = interface
    interface IResourceSelector
    interface IJsonSerializable
Public Interface IResourceSelectorAutoGenerated
Implements IResourceSelector
Derived
Implements

Properties

Name Description
Name

The name of the resource selector.

Selector

The list of the selector expressions.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to