Utility Class

Definition

public static class Utility
type Utility = class
Public Module Utility
Inheritance
Utility

Fields

AzureWebsiteSku
DynamicSku

Properties

IsDynamic

Methods

DelayWithBackoffAsync(Int32, CancellationToken, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>)
FlattenException(Exception, Func<String,String>, Boolean)
GetFunctionShortName(String)
GetSettingFromConfigOrEnvironment(String)
GetSubscriptionId()
HasUtf8ByteOrderMark(String)
IsJson(String)
IsValidUserType(Type)
RemoveUtf8ByteOrderMark(String)
ToJObject(ExpandoObject)
ToJson(ExpandoObject, Formatting)
ToLowerFirstCharacter(String)
ToStringValues(IReadOnlyDictionary<String,Object>)
TryMatchAssembly(String, Type, Assembly)

Applies to