Class CreateGroupProfileDetails
Provides the information used to create a group registration profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class CreateGroupProfileDetails : CreateProfileDetails
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 join after registration. |
Remarks
Required