ArmContainerServiceModelFactory.ManagedClusterSnapshotNetworkProfile 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.
network profile for managed cluster snapshot, these properties are read only.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterSnapshotNetworkProfile ManagedClusterSnapshotNetworkProfile(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 ManagedClusterSnapshotNetworkProfile : 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.ManagedClusterSnapshotNetworkProfile
Public Shared Function ManagedClusterSnapshotNetworkProfile (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 ManagedClusterSnapshotNetworkProfile
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 ManagedClusterSnapshotNetworkProfile instance for mocking.