Uses of Interface
com.azure.resourcemanager.resources.fluentcore.model.Appliable
-
Packages that use Appliable Package Description 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 Appliable in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type Appliable Modifier and Type Method Description protected StringIndexableTaskItem. addDependency(Appliable<? extends Indexable> appliable)Add an appliable dependency for this task item.protected StringIndexableTaskItem. addPostRunDependent(Appliable<? extends Indexable> appliable)Add an appliable "post-run" dependent for this task item. -
Uses of Appliable in com.azure.resourcemanager.resources.models
Subinterfaces of Appliable in com.azure.resourcemanager.resources.models Modifier and Type Interface Description static interfaceDeployment.UpdateThe template for a deployment update operation, containing all the settings that can be modified.static interfaceGenericResource.UpdateThe template for a generic resource update operation, containing all the settings that can be modified.static interfaceManagementLock.UpdateContainer interface for all the updates.static interfacePolicyDefinition.UpdateThe template for a policy update operation, containing all the settings that can be modified.static interfaceResourceGroup.UpdateThe template for a resource group update operation, containing all the settings that can be modified.
-