Freigeben über


IotHubJobType Struktur

Definition

Der Typ des Auftrags.

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

Konstruktoren

IotHubJobType(String)

Initialisiert eine neue Instanz von IotHubJobType.

Eigenschaften

Backup

Sicherung.

Export

Exportieren.

FactoryResetDevice

factoryResetDevice.

FirmwareUpdate

firmwareUpdate.

Import

Importieren.

ReadDeviceProperties

readDeviceProperties.

RebootDevice

rebootDevice.

Unknown

Unbekannt.

UpdateDeviceConfiguration

updateDeviceConfiguration.

WriteDeviceProperties

writeDeviceProperties.

Methoden

Equals(IotHubJobType)

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

Bestimmt, ob zwei IotHubJobType Werte gleich sind.

Implicit(String to IotHubJobType)

Konvertiert eine Zeichenfolge in eine IotHubJobType.

Inequality(IotHubJobType, IotHubJobType)

Bestimmt, ob zwei IotHubJobType Werte nicht identisch sind.

Gilt für: