Uses of Class
com.microsoft.azure.toolkit.lib.resource.GenericResource
-
Packages that use GenericResource Package Description com.microsoft.azure.toolkit.lib.resource -
-
Uses of GenericResource in com.microsoft.azure.toolkit.lib.resource
Methods in com.microsoft.azure.toolkit.lib.resource that return GenericResource Modifier and Type Method Description GenericResourceAzureResources. getGenericResource(String resourceId)protected GenericResourceGenericResourceModule. newResource(com.azure.resourcemanager.resources.fluentcore.arm.models.HasId r)GenericResourceGenericResourceModule. newResource(AbstractAzResource<?,?,?> concrete)protected GenericResourceGenericResourceModule. newResource(String resourceId, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.resource that return types with arguments of type GenericResource Modifier and Type Method Description List<AbstractAzResourceModule<?,GenericResource,?>>GenericResource. getSubModules()Constructors in com.microsoft.azure.toolkit.lib.resource with parameters of type GenericResource Constructor Description GenericResource(GenericResource origin)copy constructor
-