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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET