ArmNetAppModelFactory.ElasticMountTargetProperties(String, String) 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 ElasticMountTargetProperties.
public static Azure.ResourceManager.NetApp.Models.ElasticMountTargetProperties ElasticMountTargetProperties(string ipAddress = default, string smbServerFqdn = default);
static member ElasticMountTargetProperties : string * string -> Azure.ResourceManager.NetApp.Models.ElasticMountTargetProperties
Public Shared Function ElasticMountTargetProperties (Optional ipAddress As String = Nothing, Optional smbServerFqdn As String = Nothing) As ElasticMountTargetProperties
Parameters
- ipAddress
- String
The mount target's IPv4 address, used to mount the volume.
- smbServerFqdn
- String
The SMB server's Fully Qualified Domain Name, FQDN.
Returns
A new ElasticMountTargetProperties instance for mocking.