Show / Hide Table of Contents

Class GroupProfile

Provides the information for a group registration profile.

Inheritance
object
Profile
GroupProfile
Inherited Members
Profile.Id
Profile.CompartmentId
Profile.DisplayName
Profile.Description
Profile.ManagementStationId
Profile.VendorName
Profile.OsFamily
Profile.ArchType
Profile.TimeCreated
Profile.TimeModified
Profile.ProfileVersion
Profile.LifecycleState
Profile.RegistrationType
Profile.IsDefaultProfile
Profile.IsServiceProvidedProfile
Profile.FreeformTags
Profile.DefinedTags
Profile.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class GroupProfile : Profile

Properties

ManagedInstanceGroup

Declaration
[Required(ErrorMessage = "ManagedInstanceGroup is required.")]
[JsonProperty(PropertyName = "managedInstanceGroup")]
public ManagedInstanceGroupDetails ManagedInstanceGroup { get; set; }
Property Value
Type Description
ManagedInstanceGroupDetails
Remarks

Required

In this article
Back to top