ArmStorageCacheModelFactory.BlobNfsTarget Method

Definition

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

Parameters

target
ResourceIdentifier

Resource ID of the storage container.

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 BlobNfsTarget instance for mocking.

Applies to