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
Fields in com.microsoft.azure.toolkit.lib with type parameters of type AzService Modifier and Type Field Description private static ServiceLoader<AzService>Azure.ServiceManager. loaderprivate static List<AzService>Azure.ServiceManager. servicesMethods 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)Methods in com.microsoft.azure.toolkit.lib that return AzService Modifier and Type Method Description private static AzServiceAzure. getService(String provider)Methods in com.microsoft.azure.toolkit.lib that return types with arguments of type AzService Modifier and Type Method Description static List<AzService>Azure.ServiceManager. getServices() -
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()
-