ServiceTagsCollection Class

Definition

Class for describing a service tags. Every tags collection consists of tags required for placement, and tags required for service running.

public class ServiceTagsCollection
type ServiceTagsCollection = class
Public Class ServiceTagsCollection
Inheritance
ServiceTagsCollection

Constructors

ServiceTagsCollection()

Initializes a new instance of the ServiceTagsCollection class.

ServiceTagsCollection(List<String>, List<String>)

Initializes a new instance of the ServiceTagsCollection class with the specified mechanism and trigger.

Properties

TagsRequiredToPlace

Gets service tags required to place.

TagsRequiredToRun

Gets service tags required to run.

Methods

ToString()

Returns a string of the ServiceTagsCollection.

Applies to