Partager via


StreamingJobType Structure

Définition

Décrit le type du travail. Les modes valides sont Cloud et « Edge ».

public readonly struct StreamingJobType : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobType>
type StreamingJobType = struct
Public Structure StreamingJobType
Implements IEquatable(Of StreamingJobType)
Héritage
StreamingJobType
Implémente

Constructeurs

StreamingJobType(String)

Initialise une nouvelle instance de StreamingJobType.

Propriétés

Cloud

Nuage.

Edge

Limité.

Méthodes

Equals(StreamingJobType)

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

Détermine si deux StreamingJobType valeurs sont identiques.

Implicit(String to StreamingJobType)

Convertit une chaîne en StreamingJobType.

Inequality(StreamingJobType, StreamingJobType)

Détermine si deux StreamingJobType valeurs ne sont pas identiques.

S’applique à