Uses of Interface
com.azure.resourcemanager.resources.fluentcore.model.Creatable
-
Packages that use Creatable Package Description com.azure.resourcemanager.resources.fluentcore.arm.models This package contains the base classes for resource models.com.azure.resourcemanager.resources.fluentcore.collection This package contains the base class for resource collections.com.azure.resourcemanager.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel.com.azure.resourcemanager.resources.models 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 Creatable Modifier and Type Method Description Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withExistingParentResource(String groupName, String parentName)Creates a new child resource under parent resource.Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withExistingParentResource(ParentT existingParentResource)Creates a new child resource under parent resource.Creatable<T>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 Creatable Modifier and Type Method Description Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withNewParentResource(Creatable<ParentT> parentResourceCreatable)Creates a new child resource under parent resource.TGroupableResource.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 Creatable Modifier and Type Method Description CreatedResources<ResourceT>SupportsBatchCreation. create(Creatable<ResourceT>... creatables)Executes the create requests on a collection (batch) of resources.Flux<ResourceT>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 Creatable Modifier and Type Method Description CreatedResources<ResourceT>SupportsBatchCreation. create(List<? extends Creatable<ResourceT>> creatables)Executes the create requests on a collection (batch) of resources.Flux<ResourceT>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 Creatable Modifier and Type Method Description protected 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.models Modifier and Type Interface Description static interfaceDeployment.DefinitionContainer interface for all the deployment definitions.static interfaceDeployment.DefinitionStages.WithCreateA deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.static interfaceGenericResource.DefinitionThe entirety of the generic resource definition.static interfaceGenericResource.DefinitionStages.WithCreateA deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.static interfaceManagementLock.DefinitionContainer interface for all the definitions.static interfaceManagementLock.DefinitionStages.WithCreateThe 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 interfacePolicyAssignment.DefinitionContainer interface for all the definitions that need to be implemented.static interfacePolicyAssignment.DefinitionStages.WithCreateA policy assignment with sufficient inputs to create a new policy assignment in the cloud, but exposing additional optional inputs to specify.static interfacePolicyDefinition.DefinitionContainer interface for all the definitions that need to be implemented.static interfacePolicyDefinition.DefinitionStages.WithCreateA policy definition with sufficient inputs to create a new policy in the cloud, but exposing additional optional inputs to specify.static interfaceResourceGroup.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceResourceGroup.DefinitionStages.WithCreateA 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 Creatable Modifier and Type Method Description Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified.
-