Condividi tramite


NetAppPolicyStatus Struct

Definition

Policy status.

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

Constructors

Name Description
NetAppPolicyStatus(String)

Initializes a new instance of NetAppPolicyStatus.

Properties

Name Description
Disabled

Value indicating the policy is disabled.

Enabled

Value indicating the policy is enabled.

Methods

Name Description
Equals(NetAppPolicyStatus)

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

Determines if two NetAppPolicyStatus values are the same.

Implicit(String to NetAppPolicyStatus)

Converts a String to a NetAppPolicyStatus.

Inequality(NetAppPolicyStatus, NetAppPolicyStatus)

Determines if two NetAppPolicyStatus values are not the same.

Applies to