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. Serialized Name: OriginGroupResourceState
public readonly struct OriginGroupResourceState : IEquatable<Azure.ResourceManager.Cdn.Models.OriginGroupResourceState>
type OriginGroupResourceState = struct
Public Structure OriginGroupResourceState
Implements IEquatable(Of OriginGroupResourceState)
- Inheritance
-
OriginGroupResourceState
- Implements
Constructors
OriginGroupResourceState(String) |
Initializes a new instance of OriginGroupResourceState. |
Properties
Active |
Active Serialized Name: OriginGroupResourceState.Active |
Creating |
Creating Serialized Name: OriginGroupResourceState.Creating |
Deleting |
Deleting Serialized Name: OriginGroupResourceState.Deleting |
Methods
Equals(OriginGroupResourceState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OriginGroupResourceState, OriginGroupResourceState) |
Determines if two OriginGroupResourceState values are the same. |
Implicit(String to OriginGroupResourceState) |
Converts a String to a OriginGroupResourceState. |
Inequality(OriginGroupResourceState, OriginGroupResourceState) |
Determines if two OriginGroupResourceState values are not the same. |