Lingua

ServerlessEndpointState Struct

Definition

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

Name Description
ServerlessEndpointState(String)

Initializes a new instance of ServerlessEndpointState.

Properties

Name Description
Creating

Gets the Creating.

CreationFailed

Gets the CreationFailed.

Deleting

Gets the Deleting.

DeletionFailed

Gets the DeletionFailed.

Online

Gets the Online.

Reinstating

Gets the Reinstating.

Suspended

Gets the Suspended.

Suspending

Gets the Suspending.

Unknown

Gets the Unknown.

Methods

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

Name Description
Equality(ServerlessEndpointState, ServerlessEndpointState)

Determines if two ServerlessEndpointState values are the same.

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

Converts a string to a ServerlessEndpointState.

Inequality(ServerlessEndpointState, ServerlessEndpointState)

Determines if two ServerlessEndpointState values are not the same.

Applies to