Share via


DeploymentType Struct

Definition

The DeploymentType.

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

Constructors

DeploymentType(String)

Initializes a new instance of DeploymentType.

Properties

ModelDeployment

Model deployment.

Methods

Equals(DeploymentType)

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

Equality(DeploymentType, DeploymentType)

Determines if two DeploymentType values are the same.

Implicit(String to DeploymentType)

Converts a String to a DeploymentType.

Inequality(DeploymentType, DeploymentType)

Determines if two DeploymentType values are not the same.

Applies to