Interface BatchAIJobs
- All Superinterfaces:
HasInner<com.microsoft.azure.management.batchai.implementation.JobsInner>
,HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>
,HasParent<BatchAIExperiment>
,SupportsCreating<BatchAIJob.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsDeletingByName
,SupportsGettingById<BatchAIJob>
,SupportsGettingByName<BatchAIJob>
,SupportsGettingByNameAsync<BatchAIJob>
,SupportsListing<BatchAIJob>
@Beta(V1_6_0)
public interface BatchAIJobs
extends SupportsCreating<BatchAIJob.DefinitionStages.Blank>, SupportsListing<BatchAIJob>, SupportsGettingByName<BatchAIJob>, SupportsGettingById<BatchAIJob>, SupportsGettingByNameAsync<BatchAIJob>, SupportsDeletingByName, SupportsDeletingById, HasInner<com.microsoft.azure.management.batchai.implementation.JobsInner>, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, HasParent<BatchAIExperiment>
Entry point for Batch AI jobs management API in Azure.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<BatchAIJob>
list
(int maxResults) List Batch AI jobs.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync, deleteByNameAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync
getByNameAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details
-
list
List Batch AI jobs.- Parameters:
maxResults
- maximum number of results- Returns:
- jobs list
-