SdnStatus Struct

Definition

Indicates the current Software Defined Networking (SDN) status of the resource, which may be an individual device or a cluster.

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

Constructors

Name Description
SdnStatus(String)

Initializes a new instance of SdnStatus.

Properties

Name Description
Disabled

SDN is not enabled on the resource. The domain name will be null. This is the default state when SDN has not been configured.

Enabled

SDN is successfully enabled on the resource. The domain name will be populated in the format &lt;sdnPrefix&gt;-nc.&lt;domain&gt;. Customers may need to manage DNS settings to ensure proper resolution.

Unknown

The SDN status could not be determined due to a failure in querying the SDN API service. This may occur if the query script fails or if the system is in an inconsistent state. The domain name will be null in this case.

Methods

Name Description
Equals(SdnStatus)

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

Determines if two SdnStatus values are the same.

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

Converts a string to a SdnStatus.

Inequality(SdnStatus, SdnStatus)

Determines if two SdnStatus values are not the same.

Applies to