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