C# Class Microsoft.Azure.Commands.Management.CognitiveServices.CognitiveServicesAccountBaseCmdlet.TagsConversionHelper

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Create ( Hashtable hashtable ) : string>.KeyValuePair
CreateTagDictionary ( Hashtable hashtableArray ) : string>.Dictionary
CreateTagHashtable ( string>.IDictionary dictionary ) : System.Collections.Hashtable[]

Method Details

Create() public static method

public static Create ( Hashtable hashtable ) : string>.KeyValuePair
hashtable System.Collections.Hashtable
return string>.KeyValuePair

CreateTagDictionary() public static method

public static CreateTagDictionary ( Hashtable hashtableArray ) : string>.Dictionary
hashtableArray System.Collections.Hashtable
return string>.Dictionary

CreateTagHashtable() public static method

public static CreateTagHashtable ( string>.IDictionary dictionary ) : System.Collections.Hashtable[]
dictionary string>.IDictionary
return System.Collections.Hashtable[]