Enumeration indicating the scope of the ResourceAttribute being published. the ResourceAttribute.

C# |
public enum ResourceAttributeScope

Member | Description |
---|---|
Host | Resource attributes published with "Host" scope will be associated with the execution host. |
Instance | Resource attributes published with "Instance" scope will be associated with the current service instance from which the resource attribute is being published. When scope is not explicitly specified for a resource attribute, "Instance" will be assumed. |

* These values should be specified as an argument to the ResourceAttribute.Scope property.