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

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

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

Method Details

Create() public static méthode

public static Create ( Hashtable hashtable ) : string>.KeyValuePair
hashtable System.Collections.Hashtable
Résultat string>.KeyValuePair

CreateTagDictionary() public static méthode

public static CreateTagDictionary ( Hashtable hashtableArray ) : string>.Dictionary
hashtableArray System.Collections.Hashtable
Résultat string>.Dictionary

CreateTagHashtable() public static méthode

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