ArmNetAppModelFactory.NetAppCacheMountTargetProperties Method
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.
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.