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

Name Description
EndpointResourceState(String)

Initializes a new instance of EndpointResourceState.

Properties

Name Description
Creating

Gets the Creating.

Deleting

Gets the Deleting.

Running

Gets the Running.

Starting

Gets the Starting.

Stopped

Gets the Stopped.

Stopping

Gets the Stopping.

Methods

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

Name Description
Equality(EndpointResourceState, EndpointResourceState)

Determines if two EndpointResourceState values are the same.

Implicit(String to EndpointResourceState)

Converts a string to a EndpointResourceState.

Implicit(String to Nullable<EndpointResourceState>)
Inequality(EndpointResourceState, EndpointResourceState)

Determines if two EndpointResourceState values are not the same.

Applies to