Language

ArcDeploymentComputeType Struct

Definition

Compute type for an Arc deployment.

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

Constructors

Name Description
ArcDeploymentComputeType(String)

Initializes a new instance of ArcDeploymentComputeType.

Properties

Name Description
Cpu

CPU compute.

Gpu

GPU compute.

Methods

Name Description
Equals(ArcDeploymentComputeType)

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

Determines if two ArcDeploymentComputeType values are the same.

Implicit(String to ArcDeploymentComputeType)

Converts a string to a ArcDeploymentComputeType.

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

Determines if two ArcDeploymentComputeType values are not the same.

Applies to