RouterWorkerSelectorStatus 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.
Describes the status of a worker selector.
public readonly struct RouterWorkerSelectorStatus : IEquatable<Azure.Communication.JobRouter.RouterWorkerSelectorStatus>
type RouterWorkerSelectorStatus = struct
Public Structure RouterWorkerSelectorStatus
Implements IEquatable(Of RouterWorkerSelectorStatus)
- Inheritance
-
RouterWorkerSelectorStatus
- Implements
Constructors
RouterWorkerSelectorStatus(String) |
Initializes a new instance of RouterWorkerSelectorStatus. |
Properties
Active |
Worker selector is valid. |
Expired |
Worker selector is not valid. |
Methods
Equals(RouterWorkerSelectorStatus) |
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(RouterWorkerSelectorStatus, RouterWorkerSelectorStatus) |
Determines if two RouterWorkerSelectorStatus values are the same. |
Implicit(String to RouterWorkerSelectorStatus) |
Converts a string to a RouterWorkerSelectorStatus. |
Inequality(RouterWorkerSelectorStatus, RouterWorkerSelectorStatus) |
Determines if two RouterWorkerSelectorStatus values are not the same. |
Applies to
Azure SDK for .NET