MountTargetProperties 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
MountTargetProperties() |
Initializes a new instance of the MountTargetProperties class. |
MountTargetProperties(String, String, String, String) |
Initializes a new instance of the MountTargetProperties class. |
MountTargetProperties()
Initializes a new instance of the MountTargetProperties class.
public MountTargetProperties ();
Public Sub New ()
Applies to
MountTargetProperties(String, String, String, String)
Initializes a new instance of the MountTargetProperties class.
public MountTargetProperties (string fileSystemId, string mountTargetId = default, string ipAddress = default, string smbServerFqdn = default);
new Microsoft.Azure.Management.NetApp.Models.MountTargetProperties : string * string * string * string -> Microsoft.Azure.Management.NetApp.Models.MountTargetProperties
Public Sub New (fileSystemId As String, Optional mountTargetId As String = Nothing, Optional ipAddress As String = Nothing, Optional smbServerFqdn As String = Nothing)
Parameters
- fileSystemId
- String
UUID v4 used to identify the MountTarget
- mountTargetId
- String
UUID v4 used to identify the MountTarget
- ipAddress
- String
The mount target's IPv4 address
- smbServerFqdn
- String
The SMB server's Fully Qualified Domain Name, FQDN