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 AttachManagedInstanceGroupToProfileDetails
Properties
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