Show / Hide Table of Contents

Class EnableMetricExtensionDetails

The Resource IDs for which metric extension will be enabled

Inheritance
object
EnableMetricExtensionDetails
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 EnableMetricExtensionDetails

Properties

ResourceIds

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

List of Resource IDs [OCIDs]. Currently supports upto 20 resources per request

Remarks

Required

In this article
Back to top