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

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