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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET