WorkloadNetworkSegmentStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
is failure. |
Success |
is 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
Azure SDK for .NET