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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET