Share via


CognitiveServicesAccountDeploymentScaleType Struct

Definition

Deployment scale type.

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

Constructors

CognitiveServicesAccountDeploymentScaleType(String)

Initializes a new instance of CognitiveServicesAccountDeploymentScaleType.

Properties

Manual

Manual.

Standard

Standard.

Methods

Equals(CognitiveServicesAccountDeploymentScaleType)

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

Determines if two CognitiveServicesAccountDeploymentScaleType values are the same.

Implicit(String to CognitiveServicesAccountDeploymentScaleType)

Converts a string to a CognitiveServicesAccountDeploymentScaleType.

Inequality(CognitiveServicesAccountDeploymentScaleType, CognitiveServicesAccountDeploymentScaleType)

Determines if two CognitiveServicesAccountDeploymentScaleType values are not the same.

Applies to