DataFlowComputeType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de calcul du cluster qui exécutera le travail de flux de données.
public readonly struct DataFlowComputeType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.DataFlowComputeType>
type DataFlowComputeType = struct
Public Structure DataFlowComputeType
Implements IEquatable(Of DataFlowComputeType)
- Héritage
-
DataFlowComputeType
- Implémente
Constructeurs
DataFlowComputeType(String) |
Initialise une nouvelle instance de DataFlowComputeType. |
Propriétés
ComputeOptimized |
ComputeOptimized. |
General |
Dispositions générales. |
MemoryOptimized |
MemoryOptimized. |
Méthodes
Equals(DataFlowComputeType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(DataFlowComputeType, DataFlowComputeType) |
Détermine si deux DataFlowComputeType valeurs sont identiques. |
Implicit(String to DataFlowComputeType) |
Convertit une chaîne en DataFlowComputeType. |
Inequality(DataFlowComputeType, DataFlowComputeType) |
Détermine si deux DataFlowComputeType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET