Megosztás a következőn keresztül:


OrchestrationServiceState Struct

Definition

The current state of the service.

public readonly struct OrchestrationServiceState : IEquatable<Azure.ResourceManager.Compute.Models.OrchestrationServiceState>
type OrchestrationServiceState = struct
Public Structure OrchestrationServiceState
Implements IEquatable(Of OrchestrationServiceState)
Inheritance
OrchestrationServiceState
Implements

Constructors

OrchestrationServiceState(String)

Initializes a new instance of OrchestrationServiceState.

Properties

NotRunning

NotRunning.

Running

Running.

Suspended

Suspended.

Methods

Equals(OrchestrationServiceState)

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(OrchestrationServiceState, OrchestrationServiceState)

Determines if two OrchestrationServiceState values are the same.

Implicit(String to OrchestrationServiceState)

Converts a string to a OrchestrationServiceState.

Inequality(OrchestrationServiceState, OrchestrationServiceState)

Determines if two OrchestrationServiceState values are not the same.

Applies to