ArmContainerServiceModelFactory.ContainerServiceNetworkProfileForSnapshot 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 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
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