Class AttachLifecycleStageToProfileDetails
Provides the information used to attach a lifecycle stage to a profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class AttachLifecycleStageToProfileDetails
Properties
LifecycleStageId
Declaration
[Required(ErrorMessage = "LifecycleStageId is required.")]
[JsonProperty(PropertyName = "lifecycleStageId")]
public string LifecycleStageId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the lifecycle stage that the instance will be associated with. |
Remarks
Required