Search Results for

    Show / Hide Table of Contents

    Class AzureServiceTypeExtensions

    Inheritance
    object
    AzureServiceTypeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public static class AzureServiceTypeExtensions

    Methods

    | Edit this page View Source

    GetEndpointTypePath(AzureServiceType)

    Declaration
    public static string GetEndpointTypePath(this AzureServiceType serviceType)
    Parameters
    Type Name Description
    AzureServiceType serviceType
    Returns
    Type Description
    string
    | Edit this page View Source

    GetRegion(AzureServiceType)

    Declaration
    public static Region GetRegion(this AzureServiceType serviceType)
    Parameters
    Type Name Description
    AzureServiceType serviceType
    Returns
    Type Description
    Region
    | Edit this page View Source

    GetResource(AzureServiceType)

    Declaration
    public static AzureResource GetResource(this AzureServiceType serviceType)
    Parameters
    Type Name Description
    AzureServiceType serviceType
    Returns
    Type Description
    AzureResource
    | Edit this page View Source

    GetResourceName(AzureServiceType)

    Declaration
    public static string GetResourceName(this AzureServiceType serviceType)
    Parameters
    Type Name Description
    AzureServiceType serviceType
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation