EndpointResourceState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET