Class ServiceTopologyProperties

java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.ServiceTopologyProperties
Direct Known Subclasses:
ServiceTopologyResourceProperties

public class ServiceTopologyProperties extends Object
The properties of a service topology.
  • Constructor Details

    • ServiceTopologyProperties

      public ServiceTopologyProperties()
      Creates an instance of ServiceTopologyProperties 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.
    • withArtifactSourceId

      public ServiceTopologyProperties 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 ServiceTopologyProperties object itself.
    • validate

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