Show / Hide Table of Contents

Class DisableMetricExtensionDetails

The Resource IDs for which metric extension will be disabled

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

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