ภาษา

MachineLearningEndpointProvisioningState Struct

Definition

State of endpoint provisioning.

public readonly struct MachineLearningEndpointProvisioningState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState>
type MachineLearningEndpointProvisioningState = struct
Public Structure MachineLearningEndpointProvisioningState
Implements IEquatable(Of MachineLearningEndpointProvisioningState)
Inheritance
MachineLearningEndpointProvisioningState
Implements

Constructors

Name Description
MachineLearningEndpointProvisioningState(String)

Initializes a new instance of MachineLearningEndpointProvisioningState.

Properties

Name Description
Canceled

Gets the Canceled.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(MachineLearningEndpointProvisioningState)

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(MachineLearningEndpointProvisioningState, MachineLearningEndpointProvisioningState)

Determines if two MachineLearningEndpointProvisioningState values are the same.

Implicit(String to MachineLearningEndpointProvisioningState)

Converts a string to a MachineLearningEndpointProvisioningState.

Implicit(String to Nullable<MachineLearningEndpointProvisioningState>)
Inequality(MachineLearningEndpointProvisioningState, MachineLearningEndpointProvisioningState)

Determines if two MachineLearningEndpointProvisioningState values are not the same.

Applies to