Class RunOutputInner


  • public final class RunOutputInner
    extends com.azure.core.management.ProxyResource
    Represents an output that was created by running an image template.
    • Constructor Detail

      • RunOutputInner

        public RunOutputInner()
    • Method Detail

      • artifactId

        public String artifactId()
        Get the artifactId property: The resource id of the artifact.
        Returns:
        the artifactId value.
      • withArtifactId

        public RunOutputInner withArtifactId​(String artifactId)
        Set the artifactId property: The resource id of the artifact.
        Parameters:
        artifactId - the artifactId value to set.
        Returns:
        the RunOutputInner object itself.
      • artifactUri

        public String artifactUri()
        Get the artifactUri property: The location URI of the artifact.
        Returns:
        the artifactUri value.
      • withArtifactUri

        public RunOutputInner withArtifactUri​(String artifactUri)
        Set the artifactUri property: The location URI of the artifact.
        Parameters:
        artifactUri - the artifactUri value to set.
        Returns:
        the RunOutputInner object itself.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: Provisioning state of the resource.
        Returns:
        the provisioningState value.
      • validate

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