Show / Hide Table of Contents

Class ApplicationDependencyRecommendationCollection

A collection of recommended application dependency changes. Each element consists of an application dependency and its recommendation.

Inheritance
object
ApplicationDependencyRecommendationCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class ApplicationDependencyRecommendationCollection

Properties

Items

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

List of application recommendation summaries.

Remarks

Required

In this article
Back to top