Udostępnij przez


PendingUploadType Struct

Definition

Type of storage to use for the pending upload location.

public readonly struct PendingUploadType : IEquatable<Azure.ResourceManager.MachineLearning.Models.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
None

None.

TemporaryBlobReference

TemporaryBlobReference.

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

Converts a String to a PendingUploadType.

Inequality(PendingUploadType, PendingUploadType)

Determines if two PendingUploadType values are not the same.

Applies to