Compartir a través de


ManagedClusterManagedOutboundIPProfile Constructors

Definition

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

count
Nullable<Int32>

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.

Applies to