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 |
---|---|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(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.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(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 |
---|---|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(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.
|
ServiceFuture<CreatedResources<ResourceT>> |
SupportsBatchCreation.createAsync(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 © 2019. All rights reserved.