ServiceTopologyResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. deploymentmanager. fluent. models. ServiceTopologyResourceInner
- com.
- com.
- com.
public final class ServiceTopologyResourceInner
extends Resource
The resource representation of a service topology.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceTopologyResourceInner() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
artifactSourceId()
Get the artifact |
| void |
validate()
Validates the instance. |
|
Service |
withArtifactSourceId(String artifactSourceId)
Set the artifact |
|
Service |
withLocation(String location) |
|
Service |
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:
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:
Returns:
withLocation
public ServiceTopologyResourceInner withLocation(String location)
Overrides:
ServiceTopologyResourceInner.withLocation(String location)Parameters:
withTags
public ServiceTopologyResourceInner withTags(Map<String,String> tags)
Overrides:
ServiceTopologyResourceInner.withTags(Map<String,String> tags)Parameters: