ServerlessEndpointState Struct

Definition

State of the Serverless Endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointStateTypeConverter))]
public struct ServerlessEndpointState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointStateTypeConverter))>]
type ServerlessEndpointState = struct
    interface IArgumentCompleter
Public Structure ServerlessEndpointState
Implements IArgumentCompleter, IEquatable(Of ServerlessEndpointState)
Inheritance
ServerlessEndpointState
Attributes
Implements

Fields

Creating
CreationFailed
Deleting
DeletionFailed
Online
Reinstating
Suspended
Suspending
Unknown

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ServerlessEndpointState (override for Object)

Equals(ServerlessEndpointState)

Compares values of enum type ServerlessEndpointState

GetHashCode()

Returns hashCode for enum ServerlessEndpointState

ToString()

Returns string representation for ServerlessEndpointState

Operators

Equality(ServerlessEndpointState, ServerlessEndpointState)

Overriding == operator for enum ServerlessEndpointState

Implicit(ServerlessEndpointState to String)

Implicit operator to convert ServerlessEndpointState to string

Implicit(String to ServerlessEndpointState)

Implicit operator to convert string to ServerlessEndpointState

Inequality(ServerlessEndpointState, ServerlessEndpointState)

Overriding != operator for enum ServerlessEndpointState

Applies to