C# 클래스 Microsoft.Azure.Commands.Management.CognitiveServices.CognitiveServicesAccountBaseCmdlet.TagsConversionHelper

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Create ( Hashtable hashtable ) : string>.KeyValuePair
CreateTagDictionary ( Hashtable hashtableArray ) : string>.Dictionary
CreateTagHashtable ( string>.IDictionary dictionary ) : System.Collections.Hashtable[]

메소드 상세

Create() 공개 정적인 메소드

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

CreateTagDictionary() 공개 정적인 메소드

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

CreateTagHashtable() 공개 정적인 메소드

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