Uses of Interface
com.microsoft.azure.toolkit.lib.common.entity.IAzureBaseResource
-
Packages that use IAzureBaseResource Package Description com.microsoft.azure.toolkit.lib com.microsoft.azure.toolkit.lib.common.entity -
-
Uses of IAzureBaseResource in com.microsoft.azure.toolkit.lib
Classes in com.microsoft.azure.toolkit.lib with type parameters of type IAzureBaseResource Modifier and Type Interface Description interfaceAzureService<T extends IAzureBaseResource> -
Uses of IAzureBaseResource in com.microsoft.azure.toolkit.lib.common.entity
Classes in com.microsoft.azure.toolkit.lib.common.entity with type parameters of type IAzureBaseResource Modifier and Type Interface Description interfaceIAzureBaseResource<T extends IAzureBaseResource,P extends IAzureBaseResource>interfaceIAzureBaseResource<T extends IAzureBaseResource,P extends IAzureBaseResource>interfaceIAzureModule<T extends IAzureBaseResource,P extends IAzureBaseResource>interfaceIAzureModule<T extends IAzureBaseResource,P extends IAzureBaseResource>Subinterfaces of IAzureBaseResource in com.microsoft.azure.toolkit.lib.common.entity Modifier and Type Interface Description interfaceIAzureResource<T extends IAzureResourceEntity>interfaceStartable<T extends IAzureResourceEntity>Classes in com.microsoft.azure.toolkit.lib.common.entity that implement IAzureBaseResource Modifier and Type Class Description classAbstractAzureResource<T extends IAzureResource<E>,E extends AbstractAzureResource.RemoteAwareResourceEntity<R>,R>Methods in com.microsoft.azure.toolkit.lib.common.entity that return IAzureBaseResource Modifier and Type Method Description default IAzureBaseResourceIAzureResource. parent()IAzureBaseResource<T,P>IAzureBaseResource. refresh()Methods in com.microsoft.azure.toolkit.lib.common.entity that return types with arguments of type IAzureBaseResource Modifier and Type Method Description default IAzureModule<IAzureBaseResource,IAzureBaseResource>IAzureResource. module()default IAzureModule<IAzureBaseResource,IAzureBaseResource>IAzureResource. module()
-