C# Class Microsoft.Azure.Commands.OperationalInsights.SearchCommandHelper

Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
PopulateAndValidateTagsForProperties ( Hashtable tags, string query ) : IList

Populate and validate SavedSearch.Properties.Tags from a Hashtable of tags specified in the cmdlet.

Method Details

PopulateAndValidateTagsForProperties() public static method

Populate and validate SavedSearch.Properties.Tags from a Hashtable of tags specified in the cmdlet.
public static PopulateAndValidateTagsForProperties ( Hashtable tags, string query ) : IList
tags System.Collections.Hashtable
query string
return IList