ContainerServiceNetworkMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'. Serialized Name: NetworkMode
public readonly struct ContainerServiceNetworkMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode>
type ContainerServiceNetworkMode = struct
Public Structure ContainerServiceNetworkMode
Implements IEquatable(Of ContainerServiceNetworkMode)
- Inheritance
-
ContainerServiceNetworkMode
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceNetworkMode(String) |
Initializes a new instance of ContainerServiceNetworkMode. |
Properties
| Name | Description |
|---|---|
| Bridge |
This is no longer supported Serialized Name: NetworkMode.bridge |
| Transparent |
No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See Transparent Mode for more information. Serialized Name: NetworkMode.transparent |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceNetworkMode) |
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
| Name | Description |
|---|---|
| Equality(ContainerServiceNetworkMode, ContainerServiceNetworkMode) |
Determines if two ContainerServiceNetworkMode values are the same. |
| Implicit(String to ContainerServiceNetworkMode) |
Converts a String to a ContainerServiceNetworkMode. |
| Inequality(ContainerServiceNetworkMode, ContainerServiceNetworkMode) |
Determines if two ContainerServiceNetworkMode values are not the same. |