OriginResourceState Struct

Definition

Resource status of the origin.

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

Fields

Active
Creating
Deleting

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

Equals(OriginResourceState)

Compares values of enum type OriginResourceState

GetHashCode()

Returns hashCode for enum OriginResourceState

ToString()

Returns string representation for OriginResourceState

Operators

Equality(OriginResourceState, OriginResourceState)

Overriding == operator for enum OriginResourceState

Implicit(OriginResourceState to String)

Implicit operator to convert OriginResourceState to string

Implicit(String to OriginResourceState)

Implicit operator to convert string to OriginResourceState

Inequality(OriginResourceState, OriginResourceState)

Overriding != operator for enum OriginResourceState

Applies to