public class UnmanagedFileSystemReference extends Object
| Constructor and Description |
|---|
UnmanagedFileSystemReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
mountCommand()
Get mount command line.
|
String |
relativeMountPath()
Get the relative path on the compute node where the unmanaged file system will be mounted.
|
UnmanagedFileSystemReference |
withMountCommand(String mountCommand)
Set mount command line.
|
UnmanagedFileSystemReference |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the unmanaged file system will be mounted.
|
public String mountCommand()
public UnmanagedFileSystemReference withMountCommand(String mountCommand)
mountCommand - the mountCommand value to setpublic String relativeMountPath()
public UnmanagedFileSystemReference withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/