ArmStorageCacheModelFactory.Nfs3Target Method

Definition

public static Azure.ResourceManager.StorageCache.Models.Nfs3Target Nfs3Target(string target = default, string usageModel = default, int? verificationDelayInSeconds = default, int? writeBackDelayInSeconds = default);
static member Nfs3Target : string * string * Nullable<int> * Nullable<int> -> Azure.ResourceManager.StorageCache.Models.Nfs3Target
Public Shared Function Nfs3Target (Optional target As String = Nothing, Optional usageModel As String = Nothing, Optional verificationDelayInSeconds As Nullable(Of Integer) = Nothing, Optional writeBackDelayInSeconds As Nullable(Of Integer) = Nothing) As Nfs3Target

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.

verificationDelayInSeconds
Nullable<Int32>

Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.

writeBackDelayInSeconds
Nullable<Int32>

Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.

Returns

A new Nfs3Target instance for mocking.

Applies to