Share via


ArchivePackageSourceType Struct

Definition

The type of package source for a archive.

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

Constructors

ArchivePackageSourceType(String)

Initializes a new instance of ArchivePackageSourceType.

Properties

Remote

remote.

Methods

Equals(ArchivePackageSourceType)

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

Determines if two ArchivePackageSourceType values are the same.

Implicit(String to ArchivePackageSourceType)

Converts a String to a ArchivePackageSourceType.

Inequality(ArchivePackageSourceType, ArchivePackageSourceType)

Determines if two ArchivePackageSourceType values are not the same.

Applies to