Show / Hide Table of Contents

Class AttachProfileToManagedInstanceDetails

Provides the information used to set a profile for a managed instance.

Inheritance
object
AttachProfileToManagedInstanceDetails
Inherited Members
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 AttachProfileToManagedInstanceDetails

Properties

ProfileId

Declaration
[Required(ErrorMessage = "ProfileId is required.")]
[JsonProperty(PropertyName = "profileId")]
public string ProfileId { get; set; }
Property Value
Type Description
string

The profile OCID to attach to the managed instance.

Remarks

Required

In this article
Back to top