Freigeben über


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

Name Description
PackageInputType(String)

Initializes a new instance of PackageInputType.

Properties

Name Description
UriFile

UriFile.

UriFolder

UriFolder.

Methods

Name Description
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

Name Description
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