Freigeben über


ProactiveDiagnosticsConsent Struct

Definition

Proactive diagnostic collection consent flag.

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

Constructors

Name Description
ProactiveDiagnosticsConsent(String)

Initializes a new instance of ProactiveDiagnosticsConsent.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(ProactiveDiagnosticsConsent)

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

Determines if two ProactiveDiagnosticsConsent values are the same.

Implicit(String to ProactiveDiagnosticsConsent)

Converts a String to a ProactiveDiagnosticsConsent.

Inequality(ProactiveDiagnosticsConsent, ProactiveDiagnosticsConsent)

Determines if two ProactiveDiagnosticsConsent values are not the same.

Applies to