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.
This cannot be specified if networkPlugin is anything other than 'azure'.
public readonly struct ContainerServiceNetworkMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode>
type ContainerServiceNetworkMode = struct
Public Structure ContainerServiceNetworkMode
Implements IEquatable(Of ContainerServiceNetworkMode)
- Inheritance
-
ContainerServiceNetworkMode
- Implements
Constructors
ContainerServiceNetworkMode(String) |
Initializes a new instance of ContainerServiceNetworkMode. |
Properties
Bridge |
This is no longer supported. |
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. |
Methods
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
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. |
Applies to
Azure SDK for .NET