ListParameter Class

Definition

Parameters for listing related entities

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.ListParameterTypeConverter))]
public class ListParameter : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IListParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.ListParameterTypeConverter))>]
type ListParameter = class
    interface IListParameter
    interface IJsonSerializable
Public Class ListParameter
Implements IListParameter
Inheritance
ListParameter
Attributes
Implements

Constructors

Name Description
ListParameter()

Creates an new ListParameter instance.

Properties

Name Description
Filter

The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IListParameter.

FromJsonString(String)

Creates a new instance of ListParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to