Show / Hide Table of Contents

Class DetachManagedInstancesFromLifecycleStageDetails

The managed instances to detach from the lifecycle stage.

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

Properties

ManagedInstanceDetails

Declaration
[Required(ErrorMessage = "ManagedInstanceDetails is required.")]
[JsonProperty(PropertyName = "managedInstanceDetails")]
public ManagedInstancesDetails ManagedInstanceDetails { get; set; }
Property Value
Type Description
ManagedInstancesDetails
Remarks

Required

In this article
Back to top