StatusType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |