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

PurgeState Struct

Definition

Status of the operation represented by the requested Id.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PurgeStateTypeConverter))]
public struct PurgeState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PurgeState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PurgeStateTypeConverter))>]
type PurgeState = struct
    interface IArgumentCompleter
Public Structure PurgeState
Implements IArgumentCompleter, IEquatable(Of PurgeState)
Inheritance
PurgeState
Attributes
Implements

Fields

Completed
Pending

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PurgeState (override for Object)

Equals(PurgeState)

Compares values of enum type PurgeState

GetHashCode()

Returns hashCode for enum PurgeState

ToString()

Returns string representation for PurgeState

Operators

Equality(PurgeState, PurgeState)

Overriding == operator for enum PurgeState

Implicit(PurgeState to String)

Implicit operator to convert PurgeState to string

Implicit(String to PurgeState)

Implicit operator to convert string to PurgeState

Inequality(PurgeState, PurgeState)

Overriding != operator for enum PurgeState

Applies to