Interface BatchAIFileServer
- All Superinterfaces:
HasId
,HasInner<com.microsoft.azure.management.batchai.implementation.FileServerInner>
,HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>
,HasName
,Indexable
,Refreshable<BatchAIFileServer>
@Beta(V1_6_0)
public interface BatchAIFileServer
extends HasInner<com.microsoft.azure.management.batchai.implementation.FileServerInner>, Indexable, HasId, HasName, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, Refreshable<BatchAIFileServer>
Entry point for Batch AI file server management API in Azure.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a Batch AI file server definition.static interface
Grouping of Batch AI file server definition stages. -
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.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
vmSize
String vmSize()- Returns:
- the size of the virtual machine of the File Server. For information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
-
sshConfiguration
SshConfiguration sshConfiguration()- Returns:
- SSH settings for the File Server
-
dataDisks
DataDisks dataDisks()- Returns:
- settings for the data disk which would be created for the File Server
-
subnet
ResourceId subnet()- Returns:
- the identifier of the subnet
-
mountSettings
MountSettings mountSettings()- Returns:
- details of the File Server
-
provisioningStateTransitionTime
org.joda.time.DateTime provisioningStateTransitionTime()- Returns:
- time when the status was changed
-
creationTime
org.joda.time.DateTime creationTime()- Returns:
- time when the FileServer was created
-
provisioningState
FileServerProvisioningState provisioningState()- Returns:
- the provisioning state of the File Server
-
workspace
BatchAIWorkspace workspace()- Returns:
- workspace this fileserver belongs to
-