Uses of Interface
com.microsoft.azure.management.resources.fluentcore.model.CreatedResources
-
Packages that use CreatedResources Package Description com.microsoft.azure.management.resources.fluentcore.collection 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 CreatedResources Modifier and Type Method 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.Methods in com.microsoft.azure.management.resources.fluentcore.collection that return types with arguments of type CreatedResources Modifier and Type Method 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.Method parameters in com.microsoft.azure.management.resources.fluentcore.collection with type arguments of type CreatedResources Modifier and Type Method 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.
-