C# Класс Microsoft.Azure.Insights.Legacy.Util

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

Открытые свойства

Свойство Тип Описание
LegacyResourceProviders HashSet
LegacyResourceTypes HashSet
MaxMetricEntities int
NumberOfParallelCallsForMetricBlobs int

Приватные методы

Метод Описание
IsComputeResourceProvider ( string resourceId ) : bool

Check to see if the resourceId is backed by the compute resource provider

IsLegacyResource ( string resourceId ) : bool

Check to see if the resourceId is backed by a legacy resouce provider

IsStorageResourceProvider ( string resourceId ) : bool

Check to see if the resourceId is backed by the storage resource provider

TryExtractResourceProviderAndType ( string resourceId, string &resourceProviderName, string &resourceType ) : bool

Extract the resource provider from the resourceId

Описание свойств

LegacyResourceProviders публичное статическое свойство

Collection of legacy resource providers.
public static HashSet LegacyResourceProviders
Результат HashSet

LegacyResourceTypes публичное статическое свойство

Collection of legacy resource types
public static HashSet LegacyResourceTypes
Результат HashSet

MaxMetricEntities публичное статическое свойство

public static int MaxMetricEntities
Результат int

NumberOfParallelCallsForMetricBlobs публичное статическое свойство

The number of calls that are made in parallel to get the metrics from blobs. It is defaulted for 24 calls.
public static int NumberOfParallelCallsForMetricBlobs
Результат int