Show / Hide Table of Contents

Class BackendCollection

Wrapper object for an array of BackendSummary objects.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<BackendSummary> Items { get; set; }
Property Value
Type Description
List<BackendSummary>

An array of BackendSummary objects.

In this article
Back to top