Share via


ArtifactType Struct

Definition

The artifact type.

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

Constructors

ArtifactType(String)

Initializes a new instance of ArtifactType.

Properties

ArmTemplate

ArmTemplate.

ImageFile

ImageFile.

OCIArtifact

OCIArtifact.

Unknown

Unknown.

VhdImageFile

VhdImageFile.

Methods

Equals(ArtifactType)

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

Determines if two ArtifactType values are the same.

Implicit(String to ArtifactType)

Converts a string to a ArtifactType.

Inequality(ArtifactType, ArtifactType)

Determines if two ArtifactType values are not the same.

Applies to