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


OrchestrationServiceStateAction Struct

Definition

The action to be performed.

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

Constructors

OrchestrationServiceStateAction(String)

Initializes a new instance of OrchestrationServiceStateAction.

Properties

Resume

Resume.

Suspend

Suspend.

Methods

Equals(OrchestrationServiceStateAction)

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

Determines if two OrchestrationServiceStateAction values are the same.

Implicit(String to OrchestrationServiceStateAction)

Converts a string to a OrchestrationServiceStateAction.

Inequality(OrchestrationServiceStateAction, OrchestrationServiceStateAction)

Determines if two OrchestrationServiceStateAction values are not the same.

Applies to