ScheduledEventStrategy 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.
How the nodes in the cluster react to scheduled events.
public readonly struct ScheduledEventStrategy : IEquatable<Azure.ResourceManager.CosmosDB.Models.ScheduledEventStrategy>
type ScheduledEventStrategy = struct
Public Structure ScheduledEventStrategy
Implements IEquatable(Of ScheduledEventStrategy)
- Inheritance
-
ScheduledEventStrategy
- Implements
Constructors
ScheduledEventStrategy(String) |
Initializes a new instance of ScheduledEventStrategy. |
Properties
Ignore |
Ignore. |
StopAny |
StopAny. |
StopByRack |
StopByRack. |
Methods
Equals(ScheduledEventStrategy) |
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(ScheduledEventStrategy, ScheduledEventStrategy) |
Determines if two ScheduledEventStrategy values are the same. |
Implicit(String to ScheduledEventStrategy) |
Converts a String to a ScheduledEventStrategy. |
Inequality(ScheduledEventStrategy, ScheduledEventStrategy) |
Determines if two ScheduledEventStrategy values are not the same. |
Applies to
Azure SDK for .NET