Uses of Interface
com.microsoft.azure.management.resources.fluentcore.model.CreatedResources
Packages that use CreatedResources
Package
Description
This package contains the base class for resource collections.
-
Uses of CreatedResources in com.microsoft.azure.management.resources.fluentcore.collection
Methods in com.microsoft.azure.management.resources.fluentcore.collection that return CreatedResourcesModifier and TypeMethodDescriptionExecutes the create requests on a collection (batch) of resources.Executes the create requests on a collection (batch) of resources.Methods in com.microsoft.azure.management.resources.fluentcore.collection that return types with arguments of type CreatedResourcesModifier 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.Method parameters in com.microsoft.azure.management.resources.fluentcore.collection with type arguments of type CreatedResourcesModifier 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.