Udostępnij przez


ArmNetAppModelFactory.ElasticMountTargetProperties(String, String) Method

Definition

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.

Applies to