C# Class Microsoft.Azure.Commands.Batch.Helpers

显示文件 Open project: Azure/azure-powershell

Public Methods

Method Description
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.

Method Details

ContainsTagWithName() public static method

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

FormatTagsTable() public static method

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

MatchesTag() public static method

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.
return bool