Uses of Class
com.azure.compute.batch.models.AzureFileShareConfiguration
Packages that use AzureFileShareConfiguration
-
Uses of AzureFileShareConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AzureFileShareConfigurationModifier and TypeMethodDescriptionstatic AzureFileShareConfiguration
AzureFileShareConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFileShareConfiguration from the JsonReader.MountConfiguration.getAzureFileShareConfiguration()
Get the azureFileShareConfiguration property: The Azure File Share to mount on each node.AzureFileShareConfiguration.setMountOptions
(String mountOptions) Set the mountOptions property: Additional command line options to pass to the mount command.Methods in com.azure.compute.batch.models with parameters of type AzureFileShareConfigurationModifier and TypeMethodDescriptionMountConfiguration.setAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set the azureFileShareConfiguration property: The Azure File Share to mount on each node.