ManagedClusterLoadBalancerProfileManagedOutboundIPs Class
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.
Desired managed outbound IPs for the cluster load balancer.
public class ManagedClusterLoadBalancerProfileManagedOutboundIPs : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterLoadBalancerProfileManagedOutboundIPs = class
inherit ProvisionableConstruct
Public Class ManagedClusterLoadBalancerProfileManagedOutboundIPs
Inherits ProvisionableConstruct
- Inheritance
Constructors
ManagedClusterLoadBalancerProfileManagedOutboundIPs() |
Creates a new ManagedClusterLoadBalancerProfileManagedOutboundIPs. |
Properties
Count |
The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. |
CountIPv6 |
The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of ManagedClusterLoadBalancerProfileManagedOutboundIPs. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |