Uses of Interface
com.microsoft.azure.toolkit.lib.AzService
-
Packages that use AzService Package Description com.microsoft.azure.toolkit.lib com.microsoft.azure.toolkit.lib.account com.microsoft.azure.toolkit.lib.common.model -
-
Uses of AzService in com.microsoft.azure.toolkit.lib
Subinterfaces of AzService in com.microsoft.azure.toolkit.lib Modifier and Type Interface Description interfaceAzureService<T extends IAzureBaseResource>Deprecated.Classes in com.microsoft.azure.toolkit.lib that implement AzService Modifier and Type Class Description classAbstractAzureResourceModule<T extends IAzureBaseResource>Fields in com.microsoft.azure.toolkit.lib with type parameters of type AzService Modifier and Type Field Description private static ServiceLoader<AzService>Azure.Holder. azLoaderMethods in com.microsoft.azure.toolkit.lib with type parameters of type AzService Modifier and Type Method Description static <T extends AzService>
TAzure. az(Class<T> clazz)private static <T extends AzService>
TAzure. getService(Class<T> clazz)static <T extends AzService>
List<T>Azure. getServices(Class<T> clazz) -
Uses of AzService in com.microsoft.azure.toolkit.lib.account
Subinterfaces of AzService in com.microsoft.azure.toolkit.lib.account Modifier and Type Interface Description interfaceIAzureAccount -
Uses of AzService in com.microsoft.azure.toolkit.lib.common.model
Classes in com.microsoft.azure.toolkit.lib.common.model that implement AzService Modifier and Type Class Description classAbstractAzService<T extends AbstractAzResourceManager<T,R>,R>Methods in com.microsoft.azure.toolkit.lib.common.model that return AzService Modifier and Type Method Description AzServiceAbstractAzResourceManager. getService()
-