CosmosDBServiceStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET