Class ApplicationArtifact

java.lang.Object
com.azure.resourcemanager.managedapplications.models.ApplicationArtifact

public final class ApplicationArtifact extends Object
Managed application artifact.
  • Constructor Details

    • ApplicationArtifact

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

    • name

      public String name()
      Get the name property: The managed application artifact name.
      Returns:
      the name value.
    • withName

      public ApplicationArtifact withName(String name)
      Set the name property: The managed application artifact name.
      Parameters:
      name - the name value to set.
      Returns:
      the ApplicationArtifact object itself.
    • uri

      public String uri()
      Get the uri property: The managed application artifact blob uri.
      Returns:
      the uri value.
    • withUri

      public ApplicationArtifact withUri(String uri)
      Set the uri property: The managed application artifact blob uri.
      Parameters:
      uri - the uri value to set.
      Returns:
      the ApplicationArtifact object itself.
    • type

      public ApplicationArtifactType type()
      Get the type property: The managed application artifact type.
      Returns:
      the type value.
    • withType

      Set the type property: The managed application artifact type.
      Parameters:
      type - the type value to set.
      Returns:
      the ApplicationArtifact object itself.
    • validate

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