Share via


BlobNfsTarget Constructors

Definition

Overloads

BlobNfsTarget()

Initializes a new instance of the BlobNfsTarget class.

BlobNfsTarget(String, String)

Initializes a new instance of the BlobNfsTarget class.

BlobNfsTarget()

Initializes a new instance of the BlobNfsTarget class.

public BlobNfsTarget ();
Public Sub New ()

Applies to

BlobNfsTarget(String, String)

Initializes a new instance of the BlobNfsTarget class.

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

Parameters

target
String

Resource ID of the storage container.

usageModel
String

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

Applies to