Delen via


OriginResourceState Struct

Definition

Resource status of the origin.

public readonly struct OriginResourceState : IEquatable<Azure.ResourceManager.Cdn.Models.OriginResourceState>
type OriginResourceState = struct
Public Structure OriginResourceState
Implements IEquatable(Of OriginResourceState)
Inheritance
OriginResourceState
Implements

Constructors

OriginResourceState(String)

Initializes a new instance of OriginResourceState.

Properties

Active

Active.

Creating

Creating.

Deleting

Deleting.

Methods

Equals(OriginResourceState)

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(OriginResourceState, OriginResourceState)

Determines if two OriginResourceState values are the same.

Implicit(String to OriginResourceState)

Converts a string to a OriginResourceState.

Inequality(OriginResourceState, OriginResourceState)

Determines if two OriginResourceState values are not the same.

Applies to