Freigeben über


ElasticBackupPolicyState Struct

Definition

Elastic Backup Policy state.

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

Constructors

Name Description
ElasticBackupPolicyState(String)

Initializes a new instance of ElasticBackupPolicyState.

Properties

Name Description
Disabled

Value indicating the policy is disabled.

Enabled

Value indicating the policy is enabled.

Methods

Name Description
Equals(ElasticBackupPolicyState)

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

Determines if two ElasticBackupPolicyState values are the same.

Implicit(String to ElasticBackupPolicyState)

Converts a String to a ElasticBackupPolicyState.

Inequality(ElasticBackupPolicyState, ElasticBackupPolicyState)

Determines if two ElasticBackupPolicyState values are not the same.

Applies to