다음을 통해 공유


WorkloadNetworkSegmentStatus Struct

Definition

Segment status.

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

Constructors

WorkloadNetworkSegmentStatus(String)

Initializes a new instance of WorkloadNetworkSegmentStatus.

Properties

Failure

FAILURE.

Success

SUCCESS.

Methods

Equals(WorkloadNetworkSegmentStatus)

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

Determines if two WorkloadNetworkSegmentStatus values are the same.

Implicit(String to WorkloadNetworkSegmentStatus)

Converts a string to a WorkloadNetworkSegmentStatus.

Inequality(WorkloadNetworkSegmentStatus, WorkloadNetworkSegmentStatus)

Determines if two WorkloadNetworkSegmentStatus values are not the same.

Applies to