AcsRouterWorkerSelectorState 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.
Router Job Worker Selector State.
public readonly struct AcsRouterWorkerSelectorState : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelectorState>
type AcsRouterWorkerSelectorState = struct
Public Structure AcsRouterWorkerSelectorState
Implements IEquatable(Of AcsRouterWorkerSelectorState)
- Inheritance
-
AcsRouterWorkerSelectorState
- Implements
Constructors
AcsRouterWorkerSelectorState(String) |
Initializes a new instance of AcsRouterWorkerSelectorState. |
Properties
Active |
Router Job Worker Selector is Active. |
Expired |
Router Job Worker Selector has Expire. |
Methods
Equals(AcsRouterWorkerSelectorState) |
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(AcsRouterWorkerSelectorState, AcsRouterWorkerSelectorState) |
Determines if two AcsRouterWorkerSelectorState values are the same. |
Implicit(String to AcsRouterWorkerSelectorState) |
Converts a String to a AcsRouterWorkerSelectorState. |
Inequality(AcsRouterWorkerSelectorState, AcsRouterWorkerSelectorState) |
Determines if two AcsRouterWorkerSelectorState values are not the same. |
Applies to
Azure SDK for .NET