ServiceTopologyResourceInner Class

public final class ServiceTopologyResourceInner
extends Resource

The resource representation of a service topology.

Constructor Summary

Constructor Description
ServiceTopologyResourceInner()

Creates an instance of ServiceTopologyResourceInner class.

Method Summary

Modifier and Type Method and Description
String artifactSourceId()

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

void validate()

Validates the instance.

ServiceTopologyResourceInner withArtifactSourceId(String artifactSourceId)

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

ServiceTopologyResourceInner withLocation(String location)
ServiceTopologyResourceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ServiceTopologyResourceInner

public ServiceTopologyResourceInner()

Creates an instance of ServiceTopologyResourceInner class.

Method Details

artifactSourceId

public String artifactSourceId()

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

Returns:

the artifactSourceId value.

validate

public void validate()

Validates the instance.

withArtifactSourceId

public ServiceTopologyResourceInner withArtifactSourceId(String artifactSourceId)

Set 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 artifactSourceId value to set.

Returns:

the ServiceTopologyResourceInner object itself.

withLocation

public ServiceTopologyResourceInner withLocation(String location)

Overrides:

ServiceTopologyResourceInner.withLocation(String location)

Parameters:

location

withTags

public ServiceTopologyResourceInner withTags(Map tags)

Overrides:

ServiceTopologyResourceInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to

Azure SDK for Java

Preview