OriginGroupResourceState Struct

Definition

Resource status of the origin group.

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.

Creating

Creating.

Deleting

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.

Applies to