You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_08_01/models/_models.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ class AgentPool(SubResource):
57
57
:vartype name: str
58
58
:ivar type: Resource type.
59
59
:vartype type: str
60
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
61
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
62
-
system pools. The default value is 1.
60
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
61
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
62
+
1000 (inclusive) for system pools. The default value is 1.
63
63
:type count: int
64
64
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
65
65
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
@@ -1627,9 +1627,9 @@ class ManagedClusterAgentPoolProfileProperties(msrest.serialization.Model):
1627
1627
1628
1628
Variables are only populated by the server, and will be ignored when sending a request.
1629
1629
1630
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
1631
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
1632
-
system pools. The default value is 1.
1630
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
1631
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1632
+
1000 (inclusive) for system pools. The default value is 1.
1633
1633
:type count: int
1634
1634
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
1635
1635
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
@@ -1862,9 +1862,9 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):
1862
1862
1863
1863
All required parameters must be populated in order to send to Azure.
1864
1864
1865
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
1866
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
1867
-
system pools. The default value is 1.
1865
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
1866
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1867
+
1000 (inclusive) for system pools. The default value is 1.
1868
1868
:type count: int
1869
1869
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
1870
1870
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
Copy file name to clipboardExpand all lines: sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_08_01/models/_models_py3.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ class AgentPool(SubResource):
62
62
:vartype name: str
63
63
:ivar type: Resource type.
64
64
:vartype type: str
65
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
66
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
67
-
system pools. The default value is 1.
65
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
66
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
67
+
1000 (inclusive) for system pools. The default value is 1.
68
68
:type count: int
69
69
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
70
70
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
@@ -1814,9 +1814,9 @@ class ManagedClusterAgentPoolProfileProperties(msrest.serialization.Model):
1814
1814
1815
1815
Variables are only populated by the server, and will be ignored when sending a request.
1816
1816
1817
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
1818
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
1819
-
system pools. The default value is 1.
1817
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
1818
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
1819
+
1000 (inclusive) for system pools. The default value is 1.
1820
1820
:type count: int
1821
1821
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
1822
1822
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
@@ -2086,9 +2086,9 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):
2086
2086
2087
2087
All required parameters must be populated in order to send to Azure.
2088
2088
2089
-
:param count: Number of agents (VMs) to host docker containers. Allowed values must be in the
2090
-
range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for
2091
-
system pools. The default value is 1.
2089
+
:param count: Desired Number of agents (VMs) specified to host docker containers. Allowed
2090
+
values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to
2091
+
1000 (inclusive) for system pools. The default value is 1.
2092
2092
:type count: int
2093
2093
:param vm_size: VM size availability varies by region. If a node contains insufficient compute
2094
2094
resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted
0 commit comments