Share via


PSSavedSearchParameters.ConvertAndValidateTags(Hashtable) Method

Definition

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Tag> ConvertAndValidateTags (System.Collections.Hashtable tags);
static member ConvertAndValidateTags : System.Collections.Hashtable -> System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Tag>
Public Shared Function ConvertAndValidateTags (tags As Hashtable) As IList(Of Tag)

Parameters

tags
Hashtable

Returns

Applies to