| Package | Description |
|---|---|
| com.microsoft.azure.management.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
| Modifier and Type | Method and Description |
|---|---|
CreatedResources<ResourceT> |
SupportsBatchCreation.create(Creatable<ResourceT>... creatables)
Executes the create requests on a collection (batch) of resources.
|
CreatedResources<ResourceT> |
SupportsBatchCreation.create(List<Creatable<ResourceT>> creatables)
Executes the create requests on a collection (batch) of resources.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback,
Creatable<ResourceT>... creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback,
List<Creatable<ResourceT>> creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback,
Creatable<ResourceT>... creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback,
List<Creatable<ResourceT>> creatables)
Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when
system resources are available.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/