CniConfig 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
CniConfig() |
Initializes a new instance of the CniConfig class. |
CniConfig(String, String, String, String) |
Initializes a new instance of the CniConfig class. |
CniConfig()
Initializes a new instance of the CniConfig class.
public CniConfig ();
Public Sub New ()
Applies to
CniConfig(String, String, String, String)
Initializes a new instance of the CniConfig class.
public CniConfig (string type = default, string version = default, string podSubnet = default, string serviceSubnet = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.CniConfig : string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.CniConfig
Public Sub New (Optional type As String = Nothing, Optional version As String = Nothing, Optional podSubnet As String = Nothing, Optional serviceSubnet As String = Nothing)
Parameters
- type
- String
Cni type
- version
- String
Cni version
- podSubnet
- String
Pod Subnet
- serviceSubnet
- String
Service subnet
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET