Show / Hide Table of Contents

Class ManageLicenseDetails

License information for a given resource.

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

Properties

License

Declaration
[Required(ErrorMessage = "License is required.")]
[JsonProperty(PropertyName = "license")]
[JsonConverter(typeof(StringEnumConverter))]
public LicenseType? License { get; set; }
Property Value
Type Description
LicenseType?

License edition of the monitored resource.

Remarks

Required

In this article
Back to top