Interface BatchAIWorkspace
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.batchai.implementation.BatchAIManager,
,com.microsoft.azure.management.batchai.implementation.WorkspaceInner> HasId
,HasInner<com.microsoft.azure.management.batchai.implementation.WorkspaceInner>
,HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>
,HasName
,HasResourceGroup
,Indexable
,Refreshable<BatchAIWorkspace>
,Resource
,Updatable<BatchAIWorkspace.Update>
@Beta(V1_12_0)
public interface BatchAIWorkspace
extends GroupableResource<com.microsoft.azure.management.batchai.implementation.BatchAIManager,com.microsoft.azure.management.batchai.implementation.WorkspaceInner>, Refreshable<BatchAIWorkspace>, Updatable<BatchAIWorkspace.Update>
Type representing Workspace.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the Workspace definition.static interface
Grouping of Workspace definition stages.static interface
The template for a Workspace update operation, containing all the settings that can be modified.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
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.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
creationTime
org.joda.time.DateTime creationTime()- Returns:
- the creationTime value.
-
provisioningState
ProvisioningState provisioningState()- Returns:
- the provisioningState value.
-
provisioningStateTransitionTime
org.joda.time.DateTime provisioningStateTransitionTime()- Returns:
- the provisioningStateTransitionTime value.
-
clusters
BatchAIClusters clusters()- Returns:
- the entry point to Batch AI clusters management API for this workspace
-
experiments
BatchAIExperiments experiments()- Returns:
- the entry point to Batch AI experiments management API for this workspace
-
fileServers
BatchAIFileServers fileServers()- Returns:
- the entry point to Batch AI file servers management API for this workspace
-