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

Name Description
DataBoxEdgeJobType(String)

Initializes a new instance of DataBoxEdgeJobType.

Properties

Name Description
Backup

Gets the Backup.

DownloadUpdates

Gets the DownloadUpdates.

InstallUpdates

Gets the InstallUpdates.

Invalid

Gets the Invalid.

RefreshContainer

Gets the RefreshContainer.

RefreshShare

Gets the RefreshShare.

Restore

Gets the Restore.

ScanForUpdates

Gets the ScanForUpdates.

TriggerSupportPackage

Gets the TriggerSupportPackage.

Methods

Name Description
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

Name Description
Equality(DataBoxEdgeJobType, DataBoxEdgeJobType)

Determines if two DataBoxEdgeJobType values are the same.

Implicit(String to DataBoxEdgeJobType)

Converts a string to a DataBoxEdgeJobType.

Implicit(String to Nullable<DataBoxEdgeJobType>)
Inequality(DataBoxEdgeJobType, DataBoxEdgeJobType)

Determines if two DataBoxEdgeJobType values are not the same.

Applies to