ManagedClusterManagedOutboundIPProfile Constructors
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.
Overloads
ManagedClusterManagedOutboundIPProfile() |
Initializes a new instance of the ManagedClusterManagedOutboundIPProfile class. |
ManagedClusterManagedOutboundIPProfile(Nullable<Int32>) |
Initializes a new instance of the ManagedClusterManagedOutboundIPProfile class. |
ManagedClusterManagedOutboundIPProfile()
Initializes a new instance of the ManagedClusterManagedOutboundIPProfile class.
public ManagedClusterManagedOutboundIPProfile ();
Public Sub New ()
Applies to
ManagedClusterManagedOutboundIPProfile(Nullable<Int32>)
Initializes a new instance of the ManagedClusterManagedOutboundIPProfile class.
public ManagedClusterManagedOutboundIPProfile (int? count = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile : Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterManagedOutboundIPProfile
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)
Parameters
The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.