Freigeben über


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

Backup.

DownloadUpdates

DownloadUpdates.

InstallUpdates

InstallUpdates.

Invalid

Invalid.

RefreshContainer

RefreshContainer.

RefreshShare

RefreshShare.

Restore

Restore.

ScanForUpdates

ScanForUpdates.

TriggerSupportPackage

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.

Inequality(DataBoxEdgeJobType, DataBoxEdgeJobType)

Determines if two DataBoxEdgeJobType values are not the same.

Applies to