PackageInputDeliveryMode Struct

Definition

Mounting type of the model or the inputs.

public readonly struct PackageInputDeliveryMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.PackageInputDeliveryMode>
type PackageInputDeliveryMode = struct
Public Structure PackageInputDeliveryMode
Implements IEquatable(Of PackageInputDeliveryMode)
Inheritance
PackageInputDeliveryMode
Implements

Constructors

PackageInputDeliveryMode(String)

Initializes a new instance of PackageInputDeliveryMode.

Properties

Copy

Copy.

Download

Download.

Methods

Equals(PackageInputDeliveryMode)

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

Determines if two PackageInputDeliveryMode values are the same.

Implicit(String to PackageInputDeliveryMode)

Converts a string to a PackageInputDeliveryMode.

Inequality(PackageInputDeliveryMode, PackageInputDeliveryMode)

Determines if two PackageInputDeliveryMode values are not the same.

Applies to