ArmNetAppModelFactory.NetAppVolumeMountTarget 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 NetAppVolumeMountTarget.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeMountTarget NetAppVolumeMountTarget(Guid? mountTargetId = default, Guid fileSystemId = default, System.Net.IPAddress ipAddress = default, string smbServerFqdn = default);
static member NetAppVolumeMountTarget : Nullable<Guid> * Guid * System.Net.IPAddress * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumeMountTarget
Public Shared Function NetAppVolumeMountTarget (Optional mountTargetId As Nullable(Of Guid) = Nothing, Optional fileSystemId As Guid = Nothing, Optional ipAddress As IPAddress = Nothing, Optional smbServerFqdn As String = Nothing) As NetAppVolumeMountTarget
Parameters
- fileSystemId
- Guid
UUID v4 used to identify the MountTarget.
- ipAddress
- IPAddress
The mount target's IPv4 address.
- smbServerFqdn
- String
The SMB server's Fully Qualified Domain Name, FQDN.
Returns
A new NetAppVolumeMountTarget instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET