Freigeben über


StreamingJobContentStoragePolicy Struktur

Definition

Gültige Werte sind JobStorageAccount und SystemAccount. Wenn dieser Wert auf JobStorageAccount festgelegt ist, muss der Benutzer auch die Eigenschaft jobStorageAccount angeben. .

public readonly struct StreamingJobContentStoragePolicy : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobContentStoragePolicy>
type StreamingJobContentStoragePolicy = struct
Public Structure StreamingJobContentStoragePolicy
Implements IEquatable(Of StreamingJobContentStoragePolicy)
Vererbung
StreamingJobContentStoragePolicy
Implementiert

Konstruktoren

StreamingJobContentStoragePolicy(String)

Initialisiert eine neue Instanz von StreamingJobContentStoragePolicy.

Eigenschaften

JobStorageAccount

JobStorageAccount.

SystemAccount

SystemAccount.

Methoden

Equals(StreamingJobContentStoragePolicy)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

Bestimmt, ob zwei StreamingJobContentStoragePolicy Werte gleich sind.

Implicit(String to StreamingJobContentStoragePolicy)

Konvertiert eine Zeichenfolge in eine StreamingJobContentStoragePolicy.

Inequality(StreamingJobContentStoragePolicy, StreamingJobContentStoragePolicy)

Bestimmt, ob zwei StreamingJobContentStoragePolicy Werte nicht identisch sind.

Gilt für: