Uses of Class
com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount
-
Packages that use RankedStorageAccount Package Description com.microsoft.azure.kusto.ingest com.microsoft.azure.kusto.ingest.resources -
-
Uses of RankedStorageAccount in com.microsoft.azure.kusto.ingest
Method parameters in com.microsoft.azure.kusto.ingest with type arguments of type RankedStorageAccount Modifier and Type Method Description static <T extends ResourceWithSas<?>>
List<T>ResourceAlgorithms. getShuffledResources(List<RankedStorageAccount> shuffledAccounts, List<T> resourceOfType) -
Uses of RankedStorageAccount in com.microsoft.azure.kusto.ingest.resources
Methods in com.microsoft.azure.kusto.ingest.resources that return RankedStorageAccount Modifier and Type Method Description @Nullable RankedStorageAccountRankedStorageAccountSet. getAccount(String accountName)Methods in com.microsoft.azure.kusto.ingest.resources that return types with arguments of type RankedStorageAccount Modifier and Type Method Description @NotNull List<RankedStorageAccount>RankedStorageAccountSet. getRankedShuffledAccounts()Methods in com.microsoft.azure.kusto.ingest.resources with parameters of type RankedStorageAccount Modifier and Type Method Description voidRankedStorageAccountSet. addAccount(RankedStorageAccount account)
-