ArmNetAppModelFactory.RemotePath(String, String, String) Method

Definition

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.

Applies to