Nfs3Target Constructors
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.
Overloads
Nfs3Target() |
Initializes a new instance of the Nfs3Target class. |
Nfs3Target(String, String) |
Initializes a new instance of the Nfs3Target class. |
Nfs3Target()
Initializes a new instance of the Nfs3Target class.
public Nfs3Target ();
Public Sub New ()
Applies to
Nfs3Target(String, String)
Initializes a new instance of the Nfs3Target class.
public Nfs3Target (string target = default, string usageModel = default);
new Microsoft.Azure.Management.StorageCache.Models.Nfs3Target : string * string -> Microsoft.Azure.Management.StorageCache.Models.Nfs3Target
Public Sub New (Optional target As String = Nothing, Optional usageModel As String = Nothing)
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET