Condividi tramite


ArmNetAppModelFactory.NetAppCacheMountTargetProperties Method

Definition

Initializes a new instance of NetAppCacheMountTargetProperties.

public static Azure.ResourceManager.NetApp.Models.NetAppCacheMountTargetProperties NetAppCacheMountTargetProperties(string mountTargetId = default, string ipAddress = default, string smbServerFqdn = default);
static member NetAppCacheMountTargetProperties : string * string * string -> Azure.ResourceManager.NetApp.Models.NetAppCacheMountTargetProperties
Public Shared Function NetAppCacheMountTargetProperties (Optional mountTargetId As String = Nothing, Optional ipAddress As String = Nothing, Optional smbServerFqdn As String = Nothing) As NetAppCacheMountTargetProperties

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.

Returns

A new NetAppCacheMountTargetProperties instance for mocking.

Applies to