ServiceTopologyResource.UpdateStages.WithArtifactSourceId Interface

public static interface ServiceTopologyResource.UpdateStages.WithArtifactSourceId

The stage of the ServiceTopologyResource update allowing to specify artifactSourceId.

Method Summary

Modifier and Type Method and Description
abstract Update withArtifactSourceId(String artifactSourceId)

Specifies the artifactSourceId property: The resource Id of the artifact source that contains the artifacts that can be referenced in the service units..

Method Details

withArtifactSourceId

public abstract ServiceTopologyResource.Update withArtifactSourceId(String artifactSourceId)

Specifies the artifactSourceId property: The resource Id of the artifact source that contains the artifacts that can be referenced in the service units..

Parameters:

artifactSourceId - The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.

Returns:

the next definition stage.

Applies to