Delen via


IotHubJobType Struct

Definition

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