NetworkPlugin Class

Definition

Defines values for NetworkPlugin.

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

Constructors

NetworkPlugin()

Fields

Azure
Kubenet

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