CacheMountTargetProperties Constructors

Definition

Overloads

Name Description
CacheMountTargetProperties()

Initializes a new instance of the CacheMountTargetProperties class.

CacheMountTargetProperties(String, String, String)

Initializes a new instance of the CacheMountTargetProperties class.

CacheMountTargetProperties()

Initializes a new instance of the CacheMountTargetProperties class.

public CacheMountTargetProperties();
Public Sub New ()

Applies to

CacheMountTargetProperties(String, String, String)

Initializes a new instance of the CacheMountTargetProperties class.

public CacheMountTargetProperties(string mountTargetId = default, string ipAddress = default, string smbServerFqdn = default);
new Microsoft.Azure.Management.NetApp.Models.CacheMountTargetProperties : string * string * string -> Microsoft.Azure.Management.NetApp.Models.CacheMountTargetProperties
Public Sub New (Optional mountTargetId As String = Nothing, Optional ipAddress As String = Nothing, Optional smbServerFqdn As String = Nothing)

Parameters

mountTargetId
String

UUID v4 used to identify the MountTarget

ipAddress
String

The mount target's IPv4 address, used to mount the cache.

smbServerFqdn
String

The SMB server's Fully Qualified Domain Name, FQDN

Applies to