OnboardingState Struct

Definition

Details about resource onboarding status across all connectors. OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

public readonly struct OnboardingState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.OnboardingState>
type OnboardingState = struct
Public Structure OnboardingState
Implements IEquatable(Of OnboardingState)
Inheritance
OnboardingState
Implements

Constructors

Name Description
OnboardingState(String)

Initializes a new instance of OnboardingState.

Properties

Name Description
NotApplicable

NotApplicable.

NotOnboarded

NotOnboarded.

Onboarded

Onboarded.

OnboardedByOtherConnector

OnboardedByOtherConnector.

Methods

Name Description
Equals(OnboardingState)

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

Name Description
Equality(OnboardingState, OnboardingState)

Determines if two OnboardingState values are the same.

Implicit(String to Nullable<OnboardingState>)
Implicit(String to OnboardingState)

Converts a string to a OnboardingState.

Inequality(OnboardingState, OnboardingState)

Determines if two OnboardingState values are not the same.

Applies to