PackageInputType Struct

Definition

Type of the inputs.

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

Constructors

PackageInputType(String)

Initializes a new instance of PackageInputType.

Properties

UriFile

UriFile.

UriFolder

UriFolder.

Methods

Equals(PackageInputType)

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

Determines if two PackageInputType values are the same.

Implicit(String to PackageInputType)

Converts a string to a PackageInputType.

Inequality(PackageInputType, PackageInputType)

Determines if two PackageInputType values are not the same.

Applies to