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

ProactiveDiagnosticsConsent(String)

Initializes a new instance of ProactiveDiagnosticsConsent.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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