Share via


SavedFilterPayload(String, String) Constructor

Definition

Initializes a new instance of SavedFilterPayload.

public SavedFilterPayload (string filter, string description);
new Azure.Analytics.Defender.Easm.SavedFilterPayload : string * string -> Azure.Analytics.Defender.Easm.SavedFilterPayload
Public Sub New (filter As String, description As String)

Parameters

filter
String

An expression on the resource type that selects the resources to be returned.

description
String

A human readable description of the saved filter.

Exceptions

filter or description is null.

Applies to