Uses of Interface
com.microsoft.azure.management.resources.fluentcore.model.CreatedResources
Package
Description
This package contains the base class for resource collections.
-
Uses of CreatedResources in com.microsoft.azure.management.resources.fluentcore.collection
Modifier and TypeMethodDescriptionExecutes the create requests on a collection (batch) of resources.Executes the create requests on a collection (batch) of resources.Modifier and TypeMethodDescriptioncom.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 TypeMethodDescriptioncom.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.