Show / Hide Table of Contents

Class AiPrivateEndpointCollection

A collection of AI Service PrivateEndpoints Each item is a AI Service PrivateEndpoint Summary object.

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

Properties

Items

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

List of AI Service PrivateEndpoint.

Remarks

Required

In this article
Back to top