Partager via


IotHubJobType Structure

Définition

Type du travail.

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

Constructeurs

IotHubJobType(String)

Initialise une nouvelle instance de IotHubJobType.

Propriétés

Backup

sauvegarder.

Export

Exportation.

FactoryResetDevice

factoryResetDevice.

FirmwareUpdate

firmwareUpdate.

Import

Importation.

ReadDeviceProperties

readDeviceProperties.

RebootDevice

rebootDevice.

Unknown

Inconnu.

UpdateDeviceConfiguration

updateDeviceConfiguration.

WriteDeviceProperties

writeDeviceProperties.

Méthodes

Equals(IotHubJobType)

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

Détermine si deux IotHubJobType valeurs sont identiques.

Implicit(String to IotHubJobType)

Convertit une chaîne en IotHubJobType.

Inequality(IotHubJobType, IotHubJobType)

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

S’applique à