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/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/implementation/KubernetesClusterAgentPoolImpl.java
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,50 @@ public Map<String, String> tags() {
Copy file name to clipboardExpand all lines: sdk/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/implementation/KubernetesClusterImpl.java
+96-12Lines changed: 96 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
Copy file name to clipboardExpand all lines: sdk/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/models/KubernetesClusterAgentPool.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,30 @@ public interface KubernetesClusterAgentPool
96
96
*/
97
97
Map<String, String> tags();
98
98
99
+
// /**
100
+
// * Starts the agent pool.
101
+
// */
102
+
// void start();
103
+
//
104
+
// /**
105
+
// * Starts the agent pool.
106
+
// *
107
+
// * @return A {@link Mono} that completes when a successful response is received.
108
+
// */
109
+
// Mono<Void> startAsync();
110
+
//
111
+
// /**
112
+
// * Stops the agent pool.
113
+
// */
114
+
// void stop();
115
+
//
116
+
// /**
117
+
// * Stops the agent pool.
118
+
// *
119
+
// * @return A {@link Mono} that completes when a successful response is received.
0 commit comments