Uses of Interface
com.microsoft.azure.management.resources.fluentcore.model.Appliable
-
Packages that use Appliable Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of Appliable in com.microsoft.azure.management.resources
Subinterfaces of Appliable in com.microsoft.azure.management.resources 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 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. -
Uses of Appliable in com.microsoft.azure.management.resources.fluentcore.dag
Methods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type Appliable Modifier and Type Method Description protected StringIndexableTaskItem. addeDependency(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.
-