NetworkMode 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'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkModeTypeConverter))]
public struct NetworkMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkModeTypeConverter))>]
type NetworkMode = struct
interface IArgumentCompleter
Public Structure NetworkMode
Implements IArgumentCompleter, IEquatable(Of NetworkMode)
- Inheritance
-
NetworkMode
- Attributes
- Implements
Fields
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
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NetworkMode) |
Compares values of enum type NetworkMode |
Equals(Object) |
Compares values of enum type NetworkMode (override for Object) |
GetHashCode() |
Returns hashCode for enum NetworkMode |
ToString() |
Returns string representation for NetworkMode |
Operators
Equality(NetworkMode, NetworkMode) |
Overriding == operator for enum NetworkMode |
Implicit(NetworkMode to String) |
Implicit operator to convert NetworkMode to string |
Implicit(String to NetworkMode) |
Implicit operator to convert string to NetworkMode |
Inequality(NetworkMode, NetworkMode) |
Overriding != operator for enum NetworkMode |