C# 클래스 Microsoft.Azure.Commands.Batch.Helpers

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

공개 메소드들

메소드 설명
ContainsTagWithName ( string>.IDictionary tags, string value ) : bool
FormatTagsTable ( Hashtable tags ) : string
MatchesTag ( BatchAccount account, Hashtable tag ) : bool

Filters the subscription's account with the given tag.

메소드 상세

ContainsTagWithName() 공개 정적인 메소드

public static ContainsTagWithName ( string>.IDictionary tags, string value ) : bool
tags string>.IDictionary
value string
리턴 bool

FormatTagsTable() 공개 정적인 메소드

public static FormatTagsTable ( Hashtable tags ) : string
tags System.Collections.Hashtable
리턴 string

MatchesTag() 공개 정적인 메소드

Filters the subscription's account with the given tag.
public static MatchesTag ( BatchAccount account, Hashtable tag ) : bool
account BatchAccount The account to filter on.
tag System.Collections.Hashtable The tag to filter on.
리턴 bool