Share via


RunOutputInner Class

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 RunOutputInner class.

Method Summary

Modifier and Type Method and Description
String artifactId()

Get the artifactId property: The resource id of the artifact.

String artifactUri()

Get the artifactUri property: The location URI of the artifact.

static RunOutputInner fromJson(JsonReader jsonReader)

Reads an instance of RunOutputInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

RunOutputInner withArtifactId(String artifactId)

Set the artifactId property: The resource id of the artifact.

RunOutputInner withArtifactUri(String artifactUri)

Set the artifactUri property: The location URI of 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:

the artifactId value.

artifactUri

public String artifactUri()

Get the artifactUri property: The location URI of the artifact.

Returns:

the artifactUri value.

fromJson

public static RunOutputInner fromJson(JsonReader jsonReader)

Reads an instance of RunOutputInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RunOutputInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

RunOutputInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

RunOutputInner.name()

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

RunOutputInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

RunOutputInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to