Condividi tramite


OrchestrationServiceOperationStatus Struct

Definition

The latest operation status of the service.

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

Constructors

Name Description
OrchestrationServiceOperationStatus(String)

Initializes a new instance of OrchestrationServiceOperationStatus.

Properties

Name Description
Completed

Completed orchestration service operation status.

InProgress

InProgress orchestration service operation status.

Methods

Name Description
Equals(OrchestrationServiceOperationStatus)

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

Name Description
Equality(OrchestrationServiceOperationStatus, OrchestrationServiceOperationStatus)

Determines if two OrchestrationServiceOperationStatus values are the same.

Implicit(String to OrchestrationServiceOperationStatus)

Converts a String to a OrchestrationServiceOperationStatus.

Inequality(OrchestrationServiceOperationStatus, OrchestrationServiceOperationStatus)

Determines if two OrchestrationServiceOperationStatus values are not the same.

Applies to