ServerlessEndpointState 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.
State of the Serverless Endpoint.
public readonly struct ServerlessEndpointState : IEquatable<Azure.ResourceManager.MachineLearning.Models.ServerlessEndpointState>
type ServerlessEndpointState = struct
Public Structure ServerlessEndpointState
Implements IEquatable(Of ServerlessEndpointState)
- Inheritance
-
ServerlessEndpointState
- Implements
Constructors
ServerlessEndpointState(String) |
Initializes a new instance of ServerlessEndpointState. |
Properties
Creating |
Creating. |
CreationFailed |
CreationFailed. |
Deleting |
Deleting. |
DeletionFailed |
DeletionFailed. |
Online |
Online. |
Reinstating |
Reinstating. |
Suspended |
Suspended. |
Suspending |
Suspending. |
Unknown |
Unknown. |
Methods
Equals(ServerlessEndpointState) |
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(ServerlessEndpointState, ServerlessEndpointState) |
Determines if two ServerlessEndpointState values are the same. |
Implicit(String to ServerlessEndpointState) |
Converts a string to a ServerlessEndpointState. |
Inequality(ServerlessEndpointState, ServerlessEndpointState) |
Determines if two ServerlessEndpointState values are not the same. |
Applies to
Azure SDK for .NET