Share via


MountTargetProperties Constructors

Definition

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

Applies to