MountVolumes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of volumes to mount on the cluster.
public class MountVolumes
type MountVolumes = class
Public Class MountVolumes
- Inheritance
-
MountVolumes
Constructors
MountVolumes() |
Initializes a new instance of the MountVolumes class. |
MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>) |
Initializes a new instance of the MountVolumes class. |
Properties
AzureBlobFileSystems |
Gets or sets azure Blob file systems. |
AzureFileShares |
Gets or sets azure File Shares. |
FileServers |
Gets or sets file Servers. |
UnmanagedFileSystems |
Gets or sets unmanaged file systems. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET