IotHubJobType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo do trabalho.
public readonly struct IotHubJobType : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubJobType>
type IotHubJobType = struct
Public Structure IotHubJobType
Implements IEquatable(Of IotHubJobType)
- Herança
-
IotHubJobType
- Implementações
Construtores
IotHubJobType(String) |
Inicializa uma nova instância de IotHubJobType. |
Propriedades
Backup |
Backup. |
Export |
Exportação. |
FactoryResetDevice |
factoryResetDevice. |
FirmwareUpdate |
firmwareUpdate. |
Import |
Importação. |
ReadDeviceProperties |
readDeviceProperties. |
RebootDevice |
rebootDevice. |
Unknown |
Desconhecido. |
UpdateDeviceConfiguration |
updateDeviceConfiguration. |
WriteDeviceProperties |
writeDeviceProperties. |
Métodos
Equals(IotHubJobType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(IotHubJobType, IotHubJobType) |
Determina se dois IotHubJobType valores são os mesmos. |
Implicit(String to IotHubJobType) |
Converte uma cadeia de caracteres em um IotHubJobType. |
Inequality(IotHubJobType, IotHubJobType) |
Determina se dois IotHubJobType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET