ArmMonitorWorkspacesModelFactory.IssueListContent(String) Method
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.
public static Azure.ResourceManager.Monitor.Workspaces.Models.IssueListContent IssueListContent(string filter = default);
static member IssueListContent : string -> Azure.ResourceManager.Monitor.Workspaces.Models.IssueListContent
Public Shared Function IssueListContent (Optional filter As String = Nothing) As IssueListContent
Parameters
- filter
- String
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.
Returns
A new IssueListContent instance for mocking.