ArmStorageCacheModelFactory.BlobNfsTarget Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
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.