ArmDataBoxEdgeModelFactory.CniConfig(String, String, String, String) Method
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.
Initializes a new instance of CniConfig.
public static Azure.ResourceManager.DataBoxEdge.Models.CniConfig CniConfig (string cniConfigType = default, string version = default, string podSubnet = default, string serviceSubnet = default);
static member CniConfig : string * string * string * string -> Azure.ResourceManager.DataBoxEdge.Models.CniConfig
Public Shared Function CniConfig (Optional cniConfigType As String = Nothing, Optional version As String = Nothing, Optional podSubnet As String = Nothing, Optional serviceSubnet As String = Nothing) As CniConfig
Parameters
- cniConfigType
- String
Cni type.
- version
- String
Cni version.
- podSubnet
- String
Pod Subnet.
- serviceSubnet
- String
Service subnet.
Returns
A new CniConfig instance for mocking.
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