PortMirroringProfileStatus 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.
Port Mirroring status.
public readonly struct PortMirroringProfileStatus : IEquatable<Azure.ResourceManager.Avs.Models.PortMirroringProfileStatus>
type PortMirroringProfileStatus = struct
Public Structure PortMirroringProfileStatus
Implements IEquatable(Of PortMirroringProfileStatus)
- Inheritance
-
PortMirroringProfileStatus
- Implements
Constructors
PortMirroringProfileStatus(String) |
Initializes a new instance of PortMirroringProfileStatus. |
Properties
Failure |
is failure. |
Success |
is success. |
Methods
Equals(PortMirroringProfileStatus) |
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(PortMirroringProfileStatus, PortMirroringProfileStatus) |
Determines if two PortMirroringProfileStatus values are the same. |
Implicit(String to PortMirroringProfileStatus) |
Converts a String to a PortMirroringProfileStatus. |
Inequality(PortMirroringProfileStatus, PortMirroringProfileStatus) |
Determines if two PortMirroringProfileStatus values are not the same. |
Applies to
Azure SDK for .NET