你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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