ContainerServiceNetworkPlugin Struct

Definition

Network plugin used for building the Kubernetes network.

public readonly struct ContainerServiceNetworkPlugin : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPlugin>
type ContainerServiceNetworkPlugin = struct
Public Structure ContainerServiceNetworkPlugin
Implements IEquatable(Of ContainerServiceNetworkPlugin)
Inheritance
ContainerServiceNetworkPlugin
Implements

Constructors

ContainerServiceNetworkPlugin(String)

Initializes a new instance of ContainerServiceNetworkPlugin.

Properties

Azure

Use the Azure CNI network plugin. See Azure CNI (advanced) networking for more information.

Kubenet

Use the Kubenet network plugin. See Kubenet (basic) networking for more information.

None

No CNI plugin is pre-installed. See BYO CNI for more information.

Methods

Equals(ContainerServiceNetworkPlugin)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerServiceNetworkPlugin, ContainerServiceNetworkPlugin)

Determines if two ContainerServiceNetworkPlugin values are the same.

Implicit(String to ContainerServiceNetworkPlugin)

Converts a string to a ContainerServiceNetworkPlugin.

Inequality(ContainerServiceNetworkPlugin, ContainerServiceNetworkPlugin)

Determines if two ContainerServiceNetworkPlugin values are not the same.

Applies to