Uses of Interface
com.azure.resourcemanager.resources.fluentcore.model.CreatedResources
-
Packages that use CreatedResources Package Description com.azure.resourcemanager.resources.fluentcore.collection This package contains the base class for resource collections. -
-
Uses of CreatedResources in com.azure.resourcemanager.resources.fluentcore.collection
Methods in com.azure.resourcemanager.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<? extends Creatable<ResourceT>> creatables)Executes the create requests on a collection (batch) of resources.
-