CommvaultProtectionStatus 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.
The Protection Status.
public readonly struct CommvaultProtectionStatus : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultProtectionStatus>
type CommvaultProtectionStatus = struct
Public Structure CommvaultProtectionStatus
Implements IEquatable(Of CommvaultProtectionStatus)
- Inheritance
-
CommvaultProtectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultProtectionStatus(String) |
Initializes a new instance of CommvaultProtectionStatus. |
Properties
| Name | Description |
|---|---|
| All |
The protection group status is All. |
| BackedUpWithError |
The protection group status is backed_up_with_error. |
| Discovered |
The protection group status is discovered. |
| NotProtected |
The protection group status is Not Protected. |
| Pending |
The protection group status is Pending. |
| Protected |
The protection group status is Protected. |
Methods
| Name | Description |
|---|---|
| Equals(CommvaultProtectionStatus) |
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(CommvaultProtectionStatus, CommvaultProtectionStatus) |
Determines if two CommvaultProtectionStatus values are the same. |
| Implicit(String to CommvaultProtectionStatus) |
Converts a string to a CommvaultProtectionStatus. |
| Implicit(String to Nullable<CommvaultProtectionStatus>) | |
| Inequality(CommvaultProtectionStatus, CommvaultProtectionStatus) |
Determines if two CommvaultProtectionStatus values are not the same. |