次の方法で共有


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.

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.

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.

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.

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