C# Класс Microsoft.Azure.Commands.Batch.Helpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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