BatchDeploymentConfigurationType Struct

Definition

The enumerated property types for batch deployments.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationTypeTypeConverter))]
public struct BatchDeploymentConfigurationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchDeploymentConfigurationTypeTypeConverter))>]
type BatchDeploymentConfigurationType = struct
    interface IArgumentCompleter
Public Structure BatchDeploymentConfigurationType
Implements IArgumentCompleter, IEquatable(Of BatchDeploymentConfigurationType)
Inheritance
BatchDeploymentConfigurationType
Attributes
Implements

Fields

Model
PipelineComponent

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BatchDeploymentConfigurationType)

Compares values of enum type BatchDeploymentConfigurationType

Equals(Object)

Compares values of enum type BatchDeploymentConfigurationType (override for Object)

GetHashCode()

Returns hashCode for enum BatchDeploymentConfigurationType

ToString()

Returns string representation for BatchDeploymentConfigurationType

Operators

Equality(BatchDeploymentConfigurationType, BatchDeploymentConfigurationType)

Overriding == operator for enum BatchDeploymentConfigurationType

Implicit(BatchDeploymentConfigurationType to String)

Implicit operator to convert BatchDeploymentConfigurationType to string

Implicit(String to BatchDeploymentConfigurationType)

Implicit operator to convert string to BatchDeploymentConfigurationType

Inequality(BatchDeploymentConfigurationType, BatchDeploymentConfigurationType)

Overriding != operator for enum BatchDeploymentConfigurationType

Applies to