ArmNetworkCloudModelFactory.NetworkCloudAccessBridgeEndpoint 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.
public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeEndpoint NetworkCloudAccessBridgeEndpoint(string fqdn = default, string ipv4Address = default, string ipv6Address = default, string name = default);
static member NetworkCloudAccessBridgeEndpoint : string * string * string * string -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeEndpoint
Public Shared Function NetworkCloudAccessBridgeEndpoint (Optional fqdn As String = Nothing, Optional ipv4Address As String = Nothing, Optional ipv6Address As String = Nothing, Optional name As String = Nothing) As NetworkCloudAccessBridgeEndpoint
Parameters
- fqdn
- String
The fully qualified domain name used to describe the certificate name for the endpoint.
- ipv4Address
- String
The IPv4 address associated with the endpoint.
- ipv6Address
- String
The IPv6 address associated with the endpoint.
- name
- String
The name that identifies the type of endpoint (for example VIP or host).
Returns
A new NetworkCloudAccessBridgeEndpoint instance for mocking.