ManagedClusterManagedOutboundIPProfile Class
Profile of the managed outbound IP resources of the managed cluster.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelManagedClusterManagedOutboundIPProfile
Constructor
ManagedClusterManagedOutboundIPProfile(*, count: int = 1, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
count
|
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. Default value: 1
|
Variables
Name | Description |
---|---|
count
|
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python