Partager via


ArmContainerServiceModelFactory.ContainerServiceNetworkProfileForSnapshot Méthode

Définition

Initialise une nouvelle instance de 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

Paramètres

networkPlugin
Nullable<ContainerServiceNetworkPlugin>

networkPlugin pour les instantané de cluster managés.

networkPluginMode
Nullable<ContainerServiceNetworkPluginMode>

NetworkPluginMode pour les instantané de cluster managés.

networkPolicy
Nullable<ContainerServiceNetworkPolicy>

networkPolicy pour les instantané de cluster managés.

networkMode
Nullable<ContainerServiceNetworkMode>

networkMode pour les instantané de cluster managés.

loadBalancerSku
Nullable<ContainerServiceLoadBalancerSku>

loadBalancerSku pour les instantané de cluster managés.

Retours

Une nouvelle ContainerServiceNetworkProfileForSnapshot instance pour se moquer.

S’applique à