OriginGroupResourceState 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.
Resource status of the origin group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OriginGroupResourceStateTypeConverter))]
public struct OriginGroupResourceState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OriginGroupResourceState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OriginGroupResourceStateTypeConverter))>]
type OriginGroupResourceState = struct
interface IArgumentCompleter
Public Structure OriginGroupResourceState
Implements IArgumentCompleter, IEquatable(Of OriginGroupResourceState)
- Inheritance
-
OriginGroupResourceState
- 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 OriginGroupResourceState (override for Object) |
Equals(OriginGroupResourceState) |
Compares values of enum type OriginGroupResourceState |
GetHashCode() |
Returns hashCode for enum OriginGroupResourceState |
ToString() |
Returns string representation for OriginGroupResourceState |
Operators
Equality(OriginGroupResourceState, OriginGroupResourceState) |
Overriding == operator for enum OriginGroupResourceState |
Implicit(OriginGroupResourceState to String) |
Implicit operator to convert OriginGroupResourceState to string |
Implicit(String to OriginGroupResourceState) |
Implicit operator to convert string to OriginGroupResourceState |
Inequality(OriginGroupResourceState, OriginGroupResourceState) |
Overriding != operator for enum OriginGroupResourceState |