Share via


MountTarget Constructors

Definition

Overloads

MountTarget()

Initializes a new instance of the MountTarget class.

MountTarget(String, String, String, String, String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the MountTarget class.

MountTarget()

Initializes a new instance of the MountTarget class.

public MountTarget ();
Public Sub New ()

Applies to

MountTarget(String, String, String, String, String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the MountTarget class.

public MountTarget (string location, string fileSystemId, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string mountTargetId = default, string ipAddress = default, string smbServerFqdn = default);
new Microsoft.Azure.Management.NetApp.Models.MountTarget : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.NetApp.Models.MountTarget
Public Sub New (location As String, fileSystemId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional mountTargetId As String = Nothing, Optional ipAddress As String = Nothing, Optional smbServerFqdn As String = Nothing)

Parameters

location
String

Resource location

fileSystemId
String

UUID v4 used to identify the MountTarget

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

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