Class ArtifactManifestPlatform

java.lang.Object
com.azure.containers.containerregistry.models.ArtifactManifestPlatform

public final class ArtifactManifestPlatform extends Object
The artifact's platform, consisting of operating system and architecture.
  • Constructor Details

    • ArtifactManifestPlatform

      public ArtifactManifestPlatform()
  • Method Details

    • getDigest

      public String getDigest()
      Get the digest property: Manifest digest.
      Returns:
      the digest value.
    • getArchitecture

      public ArtifactArchitecture getArchitecture()
      Get the architecture property: CPU architecture.
      Returns:
      the architecture value.
    • getOperatingSystem

      public ArtifactOperatingSystem getOperatingSystem()
      Get the operatingSystem property: Operating system.
      Returns:
      the operatingSystem value.