Share via


AIProjectDeploymentType Struct

Definition

public readonly struct AIProjectDeploymentType : IEquatable<Azure.AI.Projects.AIProjectDeploymentType>
type AIProjectDeploymentType = struct
Public Structure AIProjectDeploymentType
Implements IEquatable(Of AIProjectDeploymentType)
Inheritance
AIProjectDeploymentType
Implements

Constructors

Name Description
AIProjectDeploymentType(String)

Initializes a new instance of AIProjectDeploymentType.

Properties

Name Description
ModelDeployment

Model deployment.

Methods

Name Description
Equals(AIProjectDeploymentType)

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

Determines if two AIProjectDeploymentType values are the same.

Implicit(String to AIProjectDeploymentType)

Converts a string to a AIProjectDeploymentType.

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

Determines if two AIProjectDeploymentType values are not the same.

Applies to