IServerlessEndpoint.EndpointState Property

Definition

The current state of the ServerlessEndpoint.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current state of the ServerlessEndpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointState) }, ReadOnly=true, Required=false, SerializedName="endpointState")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointState? EndpointState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current state of the ServerlessEndpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointState) }, ReadOnly=true, Required=false, SerializedName="endpointState")>]
member this.EndpointState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServerlessEndpointState>
Public ReadOnly Property EndpointState As Nullable(Of ServerlessEndpointState)

Property Value

Attributes

Applies to