RunOutputInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. imagebuilder. fluent. models. RunOutputInner
- com.
- com.
public final class RunOutputInner
extends ProxyResource
Represents an output that was created by running an image template.
Constructor Summary
| Constructor | Description |
|---|---|
| RunOutputInner() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
artifactId()
Get the artifact |
| String |
artifactUri()
Get the artifact |
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Run |
withArtifactId(String artifactId)
Set the artifact |
|
Run |
withArtifactUri(String artifactUri)
Set the artifact |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
RunOutputInner
public RunOutputInner()
Creates an instance of RunOutputInner 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:
fromJson
public static RunOutputInner fromJson(JsonReader jsonReader)
Reads an instance of RunOutputInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RunOutputInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RunOutputInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RunOutputInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RunOutputInner.type()Returns:
validate
public void validate()
Validates the instance.
withArtifactId
public RunOutputInner withArtifactId(String artifactId)
Set the artifactId property: The resource id of the artifact.
Parameters:
Returns:
withArtifactUri
public RunOutputInner withArtifactUri(String artifactUri)
Set the artifactUri property: The location URI of the artifact.
Parameters:
Returns: