OnboardingResourceType Struct

Definition

Onboarding resource type.

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

Constructors

Name Description
OnboardingResourceType(String)

Initializes a new instance of OnboardingResourceType.

Properties

Name Description
HybridComputeMachine

Hybrid Compute Machine.

Methods

Name Description
Equals(OnboardingResourceType)

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

Determines if two OnboardingResourceType values are the same.

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

Converts a string to a OnboardingResourceType.

Inequality(OnboardingResourceType, OnboardingResourceType)

Determines if two OnboardingResourceType values are not the same.

Applies to