Share via


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

PendingUploadType(String)

Initializes a new instance of PendingUploadType.

Properties

None

None.

TemporaryBlobReference

TemporaryBlobReference.

Methods

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

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