IotHubJobType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the job.
public readonly struct IotHubJobType : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubJobType>
type IotHubJobType = struct
Public Structure IotHubJobType
Implements IEquatable(Of IotHubJobType)
- Inheritance
-
IotHubJobType
- Implements
Constructors
IotHubJobType(String) |
Initializes a new instance of IotHubJobType. |
Properties
Backup |
backup. |
Export |
export. |
FactoryResetDevice |
factoryResetDevice. |
FirmwareUpdate |
firmwareUpdate. |
Import |
import. |
ReadDeviceProperties |
readDeviceProperties. |
RebootDevice |
rebootDevice. |
Unknown |
unknown. |
UpdateDeviceConfiguration |
updateDeviceConfiguration. |
WriteDeviceProperties |
writeDeviceProperties. |
Methods
Equals(IotHubJobType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IotHubJobType, IotHubJobType) |
Determines if two IotHubJobType values are the same. |
Implicit(String to IotHubJobType) |
Converts a String to a IotHubJobType. |
Inequality(IotHubJobType, IotHubJobType) |
Determines if two IotHubJobType values are not the same. |
Applies to
Azure SDK for .NET