Share via


NfviType Struct

Definition

The NFVI type.

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

Constructors

NfviType(String)

Initializes a new instance of NfviType.

Properties

AzureArcKubernetes

AzureArcKubernetes.

AzureCore

AzureCore.

AzureOperatorNexus

AzureOperatorNexus.

Unknown

Unknown.

Methods

Equals(NfviType)

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

Determines if two NfviType values are the same.

Implicit(String to NfviType)

Converts a string to a NfviType.

Inequality(NfviType, NfviType)

Determines if two NfviType values are not the same.

Applies to