Show / Hide Table of Contents

Class BackendSetCollection

Wrapper object for an array of BackendSetSummary objects.

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

Properties

Items

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

An array of BackendSetSummary objects.

In this article
Back to top