Condividi tramite


CosmosDBServiceStatus Struct

Definition

Describes the status of a service.

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

Constructors

CosmosDBServiceStatus(String)

Initializes a new instance of CosmosDBServiceStatus.

Properties

Creating

Creating.

Deleting

Deleting.

Error

Error.

Running

Running.

Stopped

Stopped.

Updating

Updating.

Methods

Equals(CosmosDBServiceStatus)

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

Determines if two CosmosDBServiceStatus values are the same.

Implicit(String to CosmosDBServiceStatus)

Converts a string to a CosmosDBServiceStatus.

Inequality(CosmosDBServiceStatus, CosmosDBServiceStatus)

Determines if two CosmosDBServiceStatus values are not the same.

Applies to