ElasticSnapshotPolicyStatus 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.
Policy status.
public readonly struct ElasticSnapshotPolicyStatus : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticSnapshotPolicyStatus>
type ElasticSnapshotPolicyStatus = struct
Public Structure ElasticSnapshotPolicyStatus
Implements IEquatable(Of ElasticSnapshotPolicyStatus)
- Inheritance
-
ElasticSnapshotPolicyStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticSnapshotPolicyStatus(String) |
Initializes a new instance of ElasticSnapshotPolicyStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Value indicating the policy is disabled. |
| Enabled |
Value indicating the policy is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticSnapshotPolicyStatus) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ElasticSnapshotPolicyStatus, ElasticSnapshotPolicyStatus) |
Determines if two ElasticSnapshotPolicyStatus values are the same. |
| Implicit(String to ElasticSnapshotPolicyStatus) |
Converts a string to a ElasticSnapshotPolicyStatus. |
| Implicit(String to Nullable<ElasticSnapshotPolicyStatus>) | |
| Inequality(ElasticSnapshotPolicyStatus, ElasticSnapshotPolicyStatus) |
Determines if two ElasticSnapshotPolicyStatus values are not the same. |