AdvancedNetworkingSecurityTransitEncryption Constructors
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.
Overloads
| Name | Description |
|---|---|
| AdvancedNetworkingSecurityTransitEncryption() |
Initializes a new instance of the AdvancedNetworkingSecurityTransitEncryption class. |
| AdvancedNetworkingSecurityTransitEncryption(String) |
Initializes a new instance of the AdvancedNetworkingSecurityTransitEncryption class. |
AdvancedNetworkingSecurityTransitEncryption()
Initializes a new instance of the AdvancedNetworkingSecurityTransitEncryption class.
public AdvancedNetworkingSecurityTransitEncryption();
Public Sub New ()
Applies to
AdvancedNetworkingSecurityTransitEncryption(String)
Initializes a new instance of the AdvancedNetworkingSecurityTransitEncryption class.
public AdvancedNetworkingSecurityTransitEncryption(string type = default);
new Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurityTransitEncryption : string -> Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingSecurityTransitEncryption
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String
Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default value is None. Possible values include: 'WireGuard', 'None'