OnboardingStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The onboarding status for the resource. Note that, a higher level scope, e.g., resource group or subscription, is considered onboarded if at least one resource under it is onboarded.
public readonly struct OnboardingStatus : IEquatable<Azure.ResourceManager.Monitor.Models.OnboardingStatus>
type OnboardingStatus = struct
Public Structure OnboardingStatus
Implements IEquatable(Of OnboardingStatus)
- Inheritance
-
OnboardingStatus
- Implements
Constructors
OnboardingStatus(String) |
Initializes a new instance of OnboardingStatus. |
Properties
NotOnboarded |
notOnboarded. |
Onboarded |
onboarded. |
Unknown |
unknown. |
Methods
Equals(OnboardingStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OnboardingStatus, OnboardingStatus) |
Determines if two OnboardingStatus values are the same. |
Implicit(String to OnboardingStatus) |
Converts a string to a OnboardingStatus. |
Inequality(OnboardingStatus, OnboardingStatus) |
Determines if two OnboardingStatus values are not the same. |
Applies to
Azure SDK for .NET