你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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