Uses of Interface
com.azure.resourcemanager.resources.fluentcore.model.Creatable
Packages that use Creatable
Package
Description
This package contains the base classes for resource models.
This package contains the base class for resource collections.
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
Package containing the data models for ResourceManagementClient.
-
Uses of Creatable in com.azure.resourcemanager.resources.fluentcore.arm.models
Methods in com.azure.resourcemanager.resources.fluentcore.arm.models that return CreatableModifier and TypeMethodDescriptionIndependentChild.DefinitionStages.WithParentResource.withExistingParentResource(String groupName, String parentName) Creates a new child resource under parent resource.IndependentChild.DefinitionStages.WithParentResource.withExistingParentResource(ParentT existingParentResource) Creates a new child resource under parent resource.IndependentChild.DefinitionStages.WithParentResource.withNewParentResource(Creatable<ParentT> parentResourceCreatable) Creates a new child resource under parent resource.Methods in com.azure.resourcemanager.resources.fluentcore.arm.models with parameters of type CreatableModifier and TypeMethodDescriptionIndependentChild.DefinitionStages.WithParentResource.withNewParentResource(Creatable<ParentT> parentResourceCreatable) Creates a new child resource under parent resource.GroupableResource.DefinitionStages.WithCreatableResourceGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified. -
Uses of Creatable in com.azure.resourcemanager.resources.fluentcore.collection
Methods in com.azure.resourcemanager.resources.fluentcore.collection with parameters of type CreatableModifier and TypeMethodDescriptionExecutes the create requests on a collection (batch) of resources.SupportsBatchCreation.createAsync(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.azure.resourcemanager.resources.fluentcore.collection with type arguments of type CreatableModifier and TypeMethodDescriptionExecutes the create requests on a collection (batch) of resources.SupportsBatchCreation.createAsync(List<? extends 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. -
Uses of Creatable in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type CreatableModifier and TypeMethodDescriptionprotected StringIndexableTaskItem.addDependency(Creatable<? extends Indexable> creatable) Add a creatable dependency for this task item.protected StringIndexableTaskItem.addPostRunDependent(Creatable<? extends Indexable> creatable) Add a creatable "post-run" dependent for this task item. -
Uses of Creatable in com.azure.resourcemanager.resources.models
Subinterfaces of Creatable in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the deployment definitions.static interfaceA deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.static interfaceThe entirety of the generic resource definition.static interfaceA deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.static interfaceContainer interface for all the definitions.static interfaceThe stage of the management lock definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceContainer interface for all the definitions that need to be implemented.static interfaceA policy assignment with sufficient inputs to create a new policy assignment in the cloud, but exposing additional optional inputs to specify.static interfaceContainer interface for all the definitions that need to be implemented.static interfaceA policy definition with sufficient inputs to create a new policy in the cloud, but exposing additional optional inputs to specify.static interfaceContainer interface for all the definitions that need to be implemented.static interfaceA resource group definition with sufficient inputs to create a new resource group in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.resources.models with parameters of type CreatableModifier and TypeMethodDescriptionDeployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.