DeploymentType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |