ArmNetAppModelFactory.ElasticMountTargetProperties Method

Definition

Overloads

ElasticMountTargetProperties(String, String)

Source:
ArmNetAppModelFactory.cs

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

ElasticMountTargetProperties(IPAddress, String)

Source:
ArmNetAppModelFactory.cs
public static Azure.ResourceManager.NetApp.Models.ElasticMountTargetProperties ElasticMountTargetProperties(System.Net.IPAddress ipAddress = default, string smbServerFqdn = default);
static member ElasticMountTargetProperties : System.Net.IPAddress * string -> Azure.ResourceManager.NetApp.Models.ElasticMountTargetProperties
Public Shared Function ElasticMountTargetProperties (Optional ipAddress As IPAddress = Nothing, Optional smbServerFqdn As String = Nothing) As ElasticMountTargetProperties

Parameters

ipAddress
IPAddress

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