Show / Hide Table of Contents

Class AssociatedResourcesCollection

The list of associated resources for the indicated stack or job.

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

Properties

Items

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

Collection of resources associated with a stack or job.

Remarks

Required

In this article
Back to top