Share via


PendingUploadType Struct

Definition

The type of pending upload.

public readonly struct PendingUploadType : IEquatable<Azure.AI.Projects.PendingUploadType>
type PendingUploadType = struct
Public Structure PendingUploadType
Implements IEquatable(Of PendingUploadType)
Inheritance
PendingUploadType
Implements

Constructors

Name Description
PendingUploadType(String)

Initializes a new instance of PendingUploadType.

Properties

Name Description
BlobReference

Blob Reference is the only supported type.

None

No pending upload.

Methods

Name Description
Equals(PendingUploadType)

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

Determines if two PendingUploadType values are the same.

Implicit(String to Nullable<PendingUploadType>)
Implicit(String to PendingUploadType)

Converts a string to a PendingUploadType.

Inequality(PendingUploadType, PendingUploadType)

Determines if two PendingUploadType values are not the same.

Applies to