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

ComponentPurgeState Struct

Definition

Status of the operation represented by the requested Id.

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

Constructors

ComponentPurgeState(String)

Initializes a new instance of ComponentPurgeState.

Properties

Completed

completed.

Pending

pending.

Methods

Equals(ComponentPurgeState)

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

Determines if two ComponentPurgeState values are the same.

Implicit(String to ComponentPurgeState)

Converts a String to a ComponentPurgeState.

Inequality(ComponentPurgeState, ComponentPurgeState)

Determines if two ComponentPurgeState values are not the same.

Applies to