Show / Hide Table of Contents

Class AttachSoftwareSourcesToProfileDetails

Provides the information used to attach software sources to a profile.

Inheritance
object
AttachSoftwareSourcesToProfileDetails
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 AttachSoftwareSourcesToProfileDetails

Properties

SoftwareSources

Declaration
[Required(ErrorMessage = "SoftwareSources is required.")]
[JsonProperty(PropertyName = "softwareSources")]
public List<string> SoftwareSources { get; set; }
Property Value
Type Description
List<string>

List of software source OCIDs to attach to the profile.

Remarks

Required

In this article
Back to top