Search Results for

    Show / Hide Table of Contents

    Class AzureResource

    Azure services only. Represents an Azure service resource (infrastructure-level), not an API data resource (e.g. Microsoft Graph objects).

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

    Fields

    | Edit this page View Source

    name

    Declaration
    [Tooltip("The name of the Azure resource.")]
    [SerializeField]
    public string name
    Field Value
    Type Description
    string
    | Edit this page View Source

    region

    Declaration
    [Tooltip("The region where the Azure resource is deployed.")]
    [SerializeField]
    public Region region
    Field Value
    Type Description
    Region
    | Edit this page View Source

    serviceType

    Declaration
    [HideInInspector]
    [SerializeField]
    public AzureServiceType serviceType
    Field Value
    Type Description
    AzureServiceType
    | Edit this page View Source

    subToken

    Declaration
    [Tooltip("The subscription key for accessing the Azure resource.")]
    [FormerlySerializedAs("subscriptionKey")]
    [SerializeField]
    public SecureToken subToken
    Field Value
    Type Description
    SecureToken

    Methods

    | Edit this page View Source

    GetSubToken()

    Declaration
    public string GetSubToken()
    Returns
    Type Description
    string
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    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