Class LifecycleProfile
Provides the information for a lifecycle environment registration profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class LifecycleProfile : Profile
Properties
LifecycleEnvironment
Declaration
[JsonProperty(PropertyName = "lifecycleEnvironment")]
public LifecycleEnvironmentDetails LifecycleEnvironment { get; set; }
Property Value
Type | Description |
---|---|
LifecycleEnvironmentDetails |
LifecycleStage
Declaration
[Required(ErrorMessage = "LifecycleStage is required.")]
[JsonProperty(PropertyName = "lifecycleStage")]
public LifecycleStageDetails LifecycleStage { get; set; }
Property Value
Type | Description |
---|---|
LifecycleStageDetails |
Remarks
Required