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: storage/resource-manager/v2019_04_01/src/main/java/com/microsoft/azure/management/storage/v2019_04_01/ListContainerItems.java
Copy file name to clipboardExpand all lines: storage/resource-manager/v2019_04_01/src/main/java/com/microsoft/azure/management/storage/v2019_04_01/implementation/BlobContainersInner.java
+96-2Lines changed: 96 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public BlobContainersInner(Retrofit retrofit, StorageManagementClientImpl client
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.
208
+
*
209
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case insensitive.
210
+
* @param accountName The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
211
+
* @param skipToken Optional. Continuation token for the list operation.
212
+
* @param maxpagesize Optional. Specified maximum number of containers that can be included in the list.
213
+
* @param filter Optional. When specified, only container names starting with the filter will be listed.
214
+
* @throws IllegalArgumentException thrown if parameters fail the validation
215
+
* @throws CloudException thrown if the request is rejected by server
216
+
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
217
+
* @return the ListContainerItemsInner object if successful.
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.
225
+
*
226
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case insensitive.
227
+
* @param accountName The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
228
+
* @param skipToken Optional. Continuation token for the list operation.
229
+
* @param maxpagesize Optional. Specified maximum number of containers that can be included in the list.
230
+
* @param filter Optional. When specified, only container names starting with the filter will be listed.
231
+
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
232
+
* @throws IllegalArgumentException thrown if parameters fail the validation
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.
241
+
*
242
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case insensitive.
243
+
* @param accountName The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
244
+
* @param skipToken Optional. Continuation token for the list operation.
245
+
* @param maxpagesize Optional. Specified maximum number of containers that can be included in the list.
246
+
* @param filter Optional. When specified, only container names starting with the filter will be listed.
247
+
* @throws IllegalArgumentException thrown if parameters fail the validation
248
+
* @return the observable to the ListContainerItemsInner object
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.
261
+
*
262
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case insensitive.
263
+
* @param accountName The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
264
+
* @param skipToken Optional. Continuation token for the list operation.
265
+
* @param maxpagesize Optional. Specified maximum number of containers that can be included in the list.
266
+
* @param filter Optional. When specified, only container names starting with the filter will be listed.
267
+
* @throws IllegalArgumentException thrown if parameters fail the validation
268
+
* @return the observable to the ListContainerItemsInner object
Copy file name to clipboardExpand all lines: storage/resource-manager/v2019_04_01/src/main/java/com/microsoft/azure/management/storage/v2019_04_01/implementation/ListContainerItemsImpl.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ public StorageManager manager() {
Copy file name to clipboardExpand all lines: storage/resource-manager/v2019_04_01/src/main/java/com/microsoft/azure/management/storage/v2019_04_01/implementation/ListContainerItemsInner.java
0 commit comments