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