RemotePath 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.
The full path to a volume that is to be migrated into ANF. Required for Migration volumes
public class RemotePath
type RemotePath = class
Public Class RemotePath
- Inheritance
-
RemotePath
Constructors
RemotePath() |
Initializes a new instance of the RemotePath class. |
RemotePath(String, String, String) |
Initializes a new instance of the RemotePath class. |
Properties
ExternalHostName |
Gets or sets the Path to a ONTAP Host |
ServerName |
Gets or sets the name of a server on the ONTAP Host |
VolumeName |
Gets or sets the name of a volume on the server |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPs(RemotePath) |