EndpointResourceState Struct

Definition

Resource status of the endpoint.

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

Constructors

EndpointResourceState(String)

Initializes a new instance of EndpointResourceState.

Properties

Creating

Creating.

Deleting

Deleting.

Running

Running.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Methods

Equals(EndpointResourceState)

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

Determines if two EndpointResourceState values are the same.

Implicit(String to EndpointResourceState)

Converts a string to a EndpointResourceState.

Inequality(EndpointResourceState, EndpointResourceState)

Determines if two EndpointResourceState values are not the same.

Applies to