Partager via


ResourceOnboardingState 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 ResourceOnboardingState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ResourceOnboardingState>
type ResourceOnboardingState = struct
Public Structure ResourceOnboardingState
Implements IEquatable(Of ResourceOnboardingState)
Inheritance
ResourceOnboardingState
Implements

Constructors

ResourceOnboardingState(String)

Initializes a new instance of ResourceOnboardingState.

Properties

NotApplicable

NotApplicable.

NotOnboarded

NotOnboarded.

Onboarded

Onboarded.

OnboardedByOtherConnector

OnboardedByOtherConnector.

Methods

Equals(ResourceOnboardingState)

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(ResourceOnboardingState, ResourceOnboardingState)

Determines if two ResourceOnboardingState values are the same.

Implicit(String to ResourceOnboardingState)

Converts a string to a ResourceOnboardingState.

Inequality(ResourceOnboardingState, ResourceOnboardingState)

Determines if two ResourceOnboardingState values are not the same.

Applies to