RunOutputProperties Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. fluent. models. RunOutputProperties
- com.
public final class RunOutputProperties
Describes the properties of a run output.
Constructor Summary
| Constructor | Description |
|---|---|
| RunOutputProperties() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
artifactId()
Get the artifact |
| String |
artifactUri()
Get the artifact |
|
Provisioning |
provisioningState()
Get the provisioning |
| void |
validate()
Validates the instance. |
|
Run |
withArtifactId(String artifactId)
Set the artifact |
|
Run |
withArtifactUri(String artifactUri)
Set the artifact |
Methods inherited from java.lang.Object
Constructor Details
RunOutputProperties
public RunOutputProperties()
Creates an instance of RunOutputProperties class.
Method Details
artifactId
public String artifactId()
Get the artifactId property: The resource id of the artifact.
Returns:
artifactUri
public String artifactUri()
Get the artifactUri property: The location URI of the artifact.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
validate
public void validate()
Validates the instance.
withArtifactId
public RunOutputProperties withArtifactId(String artifactId)
Set the artifactId property: The resource id of the artifact.
Parameters:
Returns:
withArtifactUri
public RunOutputProperties withArtifactUri(String artifactUri)
Set the artifactUri property: The location URI of the artifact.
Parameters:
Returns: