Delen via


SphereAllowCrashDumpCollectionStatus Struct

Definition

Allow crash dumps values.

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

Constructors

SphereAllowCrashDumpCollectionStatus(String)

Initializes a new instance of SphereAllowCrashDumpCollectionStatus.

Properties

Disabled

Crash dump collection disabled.

Enabled

Crash dump collection enabled.

Methods

Equals(SphereAllowCrashDumpCollectionStatus)

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

Determines if two SphereAllowCrashDumpCollectionStatus values are the same.

Implicit(String to SphereAllowCrashDumpCollectionStatus)

Converts a string to a SphereAllowCrashDumpCollectionStatus.

Inequality(SphereAllowCrashDumpCollectionStatus, SphereAllowCrashDumpCollectionStatus)

Determines if two SphereAllowCrashDumpCollectionStatus values are not the same.

Applies to