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

Name Description
OriginResourceState(String)

Initializes a new instance of OriginResourceState.

Properties

Name Description
Active

Gets the Active.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Methods

Name Description
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

Name Description
Equality(OriginResourceState, OriginResourceState)

Determines if two OriginResourceState values are the same.

Implicit(String to Nullable<OriginResourceState>)
Implicit(String to OriginResourceState)

Converts a string to a OriginResourceState.

Inequality(OriginResourceState, OriginResourceState)

Determines if two OriginResourceState values are not the same.

Applies to