DataBoxEdgeJobType Struct

Definition

The type of the job.

public readonly struct DataBoxEdgeJobType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobType>
type DataBoxEdgeJobType = struct
Public Structure DataBoxEdgeJobType
Implements IEquatable(Of DataBoxEdgeJobType)
Inheritance
DataBoxEdgeJobType
Implements

Constructors

DataBoxEdgeJobType(String)

Initializes a new instance of DataBoxEdgeJobType.

Properties

Backup

Backup.

DownloadUpdates

DownloadUpdates.

InstallUpdates

InstallUpdates.

Invalid

Invalid.

RefreshContainer

RefreshContainer.

RefreshShare

RefreshShare.

Restore

Restore.

ScanForUpdates

ScanForUpdates.

TriggerSupportPackage

TriggerSupportPackage.

Methods

Equals(DataBoxEdgeJobType)

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(DataBoxEdgeJobType, DataBoxEdgeJobType)

Determines if two DataBoxEdgeJobType values are the same.

Implicit(String to DataBoxEdgeJobType)

Converts a string to a DataBoxEdgeJobType.

Inequality(DataBoxEdgeJobType, DataBoxEdgeJobType)

Determines if two DataBoxEdgeJobType values are not the same.

Applies to