IotHubJobType 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 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. |