Freigeben über


ContainerServiceArtifactSource Struct

Definition

The artifact source. The source where the artifacts are downloaded from. Serialized Name: ArtifactSource

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

Constructors

Name Description
ContainerServiceArtifactSource(String)

Initializes a new instance of ContainerServiceArtifactSource.

Properties

Name Description
Cache

pull images from Azure Container Registry with cache Serialized Name: ArtifactSource.Cache

Direct

pull images from Microsoft Artifact Registry Serialized Name: ArtifactSource.Direct

Methods

Name Description
Equals(ContainerServiceArtifactSource)

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

Determines if two ContainerServiceArtifactSource values are the same.

Implicit(String to ContainerServiceArtifactSource)

Converts a String to a ContainerServiceArtifactSource.

Inequality(ContainerServiceArtifactSource, ContainerServiceArtifactSource)

Determines if two ContainerServiceArtifactSource values are not the same.

Applies to