C# 클래스 Microsoft.Azure.Commands.KeyVault.Models.TagsHelper

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

공개 메소드들

메소드 설명
ConvertToDictionary ( this tags ) : string>.Dictionary
ConvertToHashtable ( string>.this tags ) : Hashtable
ConvertToTagsTable ( this tags ) : string
ConvertToTagsTable ( string>.this tags ) : string

비공개 메소드들

메소드 설명
EnumerateTag ( Hashtable tags ) : string>>.IEnumerable
EnumerateTag ( string>.IDictionary tags ) : string>>.IEnumerable
Format ( int maxNameLength, int maxValueLength, string>.Func enumeratorGenerator ) : string

메소드 상세

ConvertToDictionary() 공개 정적인 메소드

public static ConvertToDictionary ( this tags ) : string>.Dictionary
tags this
리턴 string>.Dictionary

ConvertToHashtable() 공개 정적인 메소드

public static ConvertToHashtable ( string>.this tags ) : Hashtable
tags string>.this
리턴 System.Collections.Hashtable

ConvertToTagsTable() 공개 정적인 메소드

public static ConvertToTagsTable ( this tags ) : string
tags this
리턴 string

ConvertToTagsTable() 공개 정적인 메소드

public static ConvertToTagsTable ( string>.this tags ) : string
tags string>.this
리턴 string