java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner

public final class ArtifactInner extends com.azure.core.management.Resource
An artifact.
  • Constructor Details

    • ArtifactInner

      public ArtifactInner()
      Creates an instance of ArtifactInner class.
  • Method Details

    • withLocation

      public ArtifactInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ArtifactInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • title

      public String title()
      Get the title property: The artifact's title.
      Returns:
      the title value.
    • description

      public String description()
      Get the description property: The artifact's description.
      Returns:
      the description value.
    • publisher

      public String publisher()
      Get the publisher property: The artifact's publisher.
      Returns:
      the publisher value.
    • filePath

      public String filePath()
      Get the filePath property: The file path to the artifact.
      Returns:
      the filePath value.
    • icon

      public String icon()
      Get the icon property: The URI to the artifact icon.
      Returns:
      the icon value.
    • targetOsType

      public String targetOsType()
      Get the targetOsType property: The artifact's target OS.
      Returns:
      the targetOsType value.
    • parameters

      public Object parameters()
      Get the parameters property: The artifact's parameters.
      Returns:
      the parameters value.
    • createdDate

      public OffsetDateTime createdDate()
      Get the createdDate property: The artifact's creation date.
      Returns:
      the createdDate value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.