OutboundType Class

Definition

Defines values for OutboundType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.OutboundType>))]
public class OutboundType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerService.Fluent.Models.OutboundType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.OutboundType>))>]
type OutboundType = class
    inherit ExpandableStringEnum<OutboundType>
Public Class OutboundType
Inherits ExpandableStringEnum(Of OutboundType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

OutboundType()

Fields

LoadBalancer
UserDefinedRouting

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to