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

StatusType Struct

Definition

The status of the export's schedule. If 'Inactive', the export's schedule is paused.

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

Fields

Active
Inactive

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 StatusType (override for Object)

Equals(StatusType)

Compares values of enum type StatusType

GetHashCode()

Returns hashCode for enum StatusType

ToString()

Returns string representation for StatusType

Operators

Equality(StatusType, StatusType)

Overriding == operator for enum StatusType

Implicit(StatusType to String)

Implicit operator to convert StatusType to string

Implicit(String to StatusType)

Implicit operator to convert string to StatusType

Inequality(StatusType, StatusType)

Overriding != operator for enum StatusType

Applies to