Interface Artifact


public interface Artifact
An immutable client-side representation of Artifact.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the createdDate property: The artifact's creation date.
    Gets the description property: The artifact's description.
    Gets the filePath property: The file path to the artifact.
    Gets the icon property: The URI to the artifact icon.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the parameters property: The artifact's parameters.
    Gets the publisher property: The artifact's publisher.
    Gets the tags property: Resource tags.
    Gets the targetOsType property: The artifact's target OS.
    Gets the title property: The artifact's title.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • title

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

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

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

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

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

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

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

      OffsetDateTime createdDate()
      Gets the createdDate property: The artifact's creation date.
      Returns:
      the createdDate value.
    • innerModel

      ArtifactInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner object.
      Returns:
      the inner object.