Share via


ScheduledEventStrategy Struct

Definition

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