Show / Hide Table of Contents

Class MonitoredResourceCollection

Results of a resources search. Contains MonitoredResourceSummary items and other data.

Inheritance
object
MonitoredResourceCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MonitoredResourceCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MonitoredResourceSummary> Items { get; set; }
Property Value
Type Description
List<MonitoredResourceSummary>

List of monitored resources.

Remarks

Required

In this article
Back to top