@@ -28,15 +28,7 @@ public interface AvailabilitySetsClient
2828 *
2929 * @param resourceGroupName The name of the resource group.
3030 * @param availabilitySetName The name of the availability set.
31- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
32- * to. Virtual machines specified in the same availability set are allocated to different nodes to maximize
33- * availability. For more information about availability sets, see [Manage the availability of virtual
34- * machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
35- * <br><br> For more information on Azure planned maintenance, see [Planned maintenance for virtual
36- * machines in
37- * Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
38- * <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM
39- * cannot be added to an availability set.
31+ * @param parameters Parameters supplied to the Create Availability Set operation.
4032 * @throws IllegalArgumentException thrown if parameters fail the validation.
4133 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
4234 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -51,15 +43,7 @@ Mono<Response<AvailabilitySetInner>> createOrUpdateWithResponseAsync(
5143 *
5244 * @param resourceGroupName The name of the resource group.
5345 * @param availabilitySetName The name of the availability set.
54- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
55- * to. Virtual machines specified in the same availability set are allocated to different nodes to maximize
56- * availability. For more information about availability sets, see [Manage the availability of virtual
57- * machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
58- * <br><br> For more information on Azure planned maintenance, see [Planned maintenance for virtual
59- * machines in
60- * Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
61- * <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM
62- * cannot be added to an availability set.
46+ * @param parameters Parameters supplied to the Create Availability Set operation.
6347 * @throws IllegalArgumentException thrown if parameters fail the validation.
6448 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
6549 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -74,15 +58,7 @@ Mono<AvailabilitySetInner> createOrUpdateAsync(
7458 *
7559 * @param resourceGroupName The name of the resource group.
7660 * @param availabilitySetName The name of the availability set.
77- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
78- * to. Virtual machines specified in the same availability set are allocated to different nodes to maximize
79- * availability. For more information about availability sets, see [Manage the availability of virtual
80- * machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
81- * <br><br> For more information on Azure planned maintenance, see [Planned maintenance for virtual
82- * machines in
83- * Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
84- * <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM
85- * cannot be added to an availability set.
61+ * @param parameters Parameters supplied to the Create Availability Set operation.
8662 * @throws IllegalArgumentException thrown if parameters fail the validation.
8763 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
8864 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -97,15 +73,7 @@ AvailabilitySetInner createOrUpdate(
9773 *
9874 * @param resourceGroupName The name of the resource group.
9975 * @param availabilitySetName The name of the availability set.
100- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
101- * to. Virtual machines specified in the same availability set are allocated to different nodes to maximize
102- * availability. For more information about availability sets, see [Manage the availability of virtual
103- * machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
104- * <br><br> For more information on Azure planned maintenance, see [Planned maintenance for virtual
105- * machines in
106- * Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
107- * <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM
108- * cannot be added to an availability set.
76+ * @param parameters Parameters supplied to the Create Availability Set operation.
10977 * @param context The context to associate with this operation.
11078 * @throws IllegalArgumentException thrown if parameters fail the validation.
11179 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
@@ -121,8 +89,7 @@ Response<AvailabilitySetInner> createOrUpdateWithResponse(
12189 *
12290 * @param resourceGroupName The name of the resource group.
12391 * @param availabilitySetName The name of the availability set.
124- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
125- * to. Only tags may be updated.
92+ * @param parameters Parameters supplied to the Update Availability Set operation.
12693 * @throws IllegalArgumentException thrown if parameters fail the validation.
12794 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
12895 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -137,8 +104,7 @@ Mono<Response<AvailabilitySetInner>> updateWithResponseAsync(
137104 *
138105 * @param resourceGroupName The name of the resource group.
139106 * @param availabilitySetName The name of the availability set.
140- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
141- * to. Only tags may be updated.
107+ * @param parameters Parameters supplied to the Update Availability Set operation.
142108 * @throws IllegalArgumentException thrown if parameters fail the validation.
143109 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
144110 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -153,8 +119,7 @@ Mono<AvailabilitySetInner> updateAsync(
153119 *
154120 * @param resourceGroupName The name of the resource group.
155121 * @param availabilitySetName The name of the availability set.
156- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
157- * to. Only tags may be updated.
122+ * @param parameters Parameters supplied to the Update Availability Set operation.
158123 * @throws IllegalArgumentException thrown if parameters fail the validation.
159124 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
160125 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -168,8 +133,7 @@ Mono<AvailabilitySetInner> updateAsync(
168133 *
169134 * @param resourceGroupName The name of the resource group.
170135 * @param availabilitySetName The name of the availability set.
171- * @param parameters Specifies information about the availability set that the virtual machine should be assigned
172- * to. Only tags may be updated.
136+ * @param parameters Parameters supplied to the Update Availability Set operation.
173137 * @param context The context to associate with this operation.
174138 * @throws IllegalArgumentException thrown if parameters fail the validation.
175139 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
0 commit comments