Search Results for

    Show / Hide Table of Contents

    Class AzureApiVersion

    Inheritance
    object
    AzureApiVersion
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    [Serializable]
    public sealed class AzureApiVersion

    Constructors

    | Edit this page View Source

    AzureApiVersion(string, string)

    Declaration
    public AzureApiVersion(string key, string value)
    Parameters
    Type Name Description
    string key
    string value

    Properties

    | Edit this page View Source

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation