Share via


ArmContainerServiceModelFactory.ContainerServiceNetworkProfileForSnapshot Method

Definition

Initializes a new instance of ContainerServiceNetworkProfileForSnapshot.

public static Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot ContainerServiceNetworkProfileForSnapshot (Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPlugin? networkPlugin = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPluginMode? networkPluginMode = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPolicy? networkPolicy = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode? networkMode = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceLoadBalancerSku? loadBalancerSku = default);
static member ContainerServiceNetworkProfileForSnapshot : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPlugin> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPluginMode> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPolicy> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceLoadBalancerSku> -> Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot
Public Shared Function ContainerServiceNetworkProfileForSnapshot (Optional networkPlugin As Nullable(Of ContainerServiceNetworkPlugin) = Nothing, Optional networkPluginMode As Nullable(Of ContainerServiceNetworkPluginMode) = Nothing, Optional networkPolicy As Nullable(Of ContainerServiceNetworkPolicy) = Nothing, Optional networkMode As Nullable(Of ContainerServiceNetworkMode) = Nothing, Optional loadBalancerSku As Nullable(Of ContainerServiceLoadBalancerSku) = Nothing) As ContainerServiceNetworkProfileForSnapshot

Parameters

networkPlugin
Nullable<ContainerServiceNetworkPlugin>

networkPlugin for managed cluster snapshot.

networkPluginMode
Nullable<ContainerServiceNetworkPluginMode>

NetworkPluginMode for managed cluster snapshot.

networkPolicy
Nullable<ContainerServiceNetworkPolicy>

networkPolicy for managed cluster snapshot.

networkMode
Nullable<ContainerServiceNetworkMode>

networkMode for managed cluster snapshot.

loadBalancerSku
Nullable<ContainerServiceLoadBalancerSku>

loadBalancerSku for managed cluster snapshot.

Returns

A new ContainerServiceNetworkProfileForSnapshot instance for mocking.

Applies to