Show / Hide Table of Contents

    Class OnboardingStatus

    Defines values for OnboardingStatus.

    Inheritance
    Object
    OnboardingStatus
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public static class OnboardingStatus

    Fields

    NotOnboarded

    Declaration
    public const string NotOnboarded;
    Field Value
    String

    Onboarded

    Declaration
    public const string Onboarded;
    Field Value
    String

    Unknown

    Declaration
    public const string Unknown;
    Field Value
    String

    Back to top Azure SDK for Net