ProxyRedirectionMechanism 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.
Mode of traffic redirection.
public readonly struct ProxyRedirectionMechanism : IEquatable<Azure.ResourceManager.ContainerService.Models.ProxyRedirectionMechanism>
type ProxyRedirectionMechanism = struct
Public Structure ProxyRedirectionMechanism
Implements IEquatable(Of ProxyRedirectionMechanism)
- Inheritance
-
ProxyRedirectionMechanism
- Implements
Constructors
| Name | Description |
|---|---|
| ProxyRedirectionMechanism(String) |
Initializes a new instance of ProxyRedirectionMechanism. |
Properties
| Name | Description |
|---|---|
| CniChaining |
Istio will install a chained CNI plugin to redirect traffic (recommended). |
| InitContainers |
Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). |
Methods
| Name | Description |
|---|---|
| Equals(ProxyRedirectionMechanism) |
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(ProxyRedirectionMechanism, ProxyRedirectionMechanism) |
Determines if two ProxyRedirectionMechanism values are the same. |
| Implicit(String to Nullable<ProxyRedirectionMechanism>) | |
| Implicit(String to ProxyRedirectionMechanism) |
Converts a string to a ProxyRedirectionMechanism. |
| Inequality(ProxyRedirectionMechanism, ProxyRedirectionMechanism) |
Determines if two ProxyRedirectionMechanism values are not the same. |