Share via


Nfs3Target Constructors

Definition

Overloads

Nfs3Target()

Initializes a new instance of the Nfs3Target class.

Nfs3Target(String, String)

Initializes a new instance of the Nfs3Target class.

Nfs3Target()

Initializes a new instance of the Nfs3Target class.

public Nfs3Target ();
Public Sub New ()

Applies to

Nfs3Target(String, String)

Initializes a new instance of the Nfs3Target class.

public Nfs3Target (string target = default, string usageModel = default);
new Microsoft.Azure.Management.StorageCache.Models.Nfs3Target : string * string -> Microsoft.Azure.Management.StorageCache.Models.Nfs3Target
Public Sub New (Optional target As String = Nothing, Optional usageModel As String = Nothing)

Parameters

target
String

IP address or host name of an NFSv3 host (e.g., 10.0.44.44).

usageModel
String

Identifies the StorageCache usage model to be used for this storage target.

Applies to