Class ServiceTopologyResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceTopologyResourceInner

public final class ServiceTopologyResourceInner extends com.azure.core.management.Resource
The resource representation of a service topology.
  • Constructor Details

    • ServiceTopologyResourceInner

      public ServiceTopologyResourceInner()
      Creates an instance of ServiceTopologyResourceInner class.
  • Method Details

    • withLocation

      public ServiceTopologyResourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ServiceTopologyResourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.