ArmNetAppModelFactory.RemotePath(String, String, String) Method
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.
public static Azure.ResourceManager.NetApp.Models.RemotePath RemotePath(string externalHostName = default, string serverName = default, string volumeName = default);
static member RemotePath : string * string * string -> Azure.ResourceManager.NetApp.Models.RemotePath
Public Shared Function RemotePath (Optional externalHostName As String = Nothing, Optional serverName As String = Nothing, Optional volumeName As String = Nothing) As RemotePath
Parameters
- externalHostName
- String
The Path to a ONTAP Host.
- serverName
- String
The name of a server on the ONTAP Host.
- volumeName
- String
The name of a volume on the server.
Returns
A new RemotePath instance for mocking.