ArmNetworkModelFactory.RouteTargetAddressPropertiesFormat Method

Definition

public static Azure.ResourceManager.Network.Models.RouteTargetAddressPropertiesFormat RouteTargetAddressPropertiesFormat(Azure.ResourceManager.Network.SubnetData subnet = default, string privateIPAddress = default, Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod? privateIPAllocationMethod = default);
static member RouteTargetAddressPropertiesFormat : Azure.ResourceManager.Network.SubnetData * string * Nullable<Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod> -> Azure.ResourceManager.Network.Models.RouteTargetAddressPropertiesFormat
Public Shared Function RouteTargetAddressPropertiesFormat (Optional subnet As SubnetData = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As Nullable(Of NetworkIPAllocationMethod) = Nothing) As RouteTargetAddressPropertiesFormat

Parameters

subnet
SubnetData

The reference to the subnet resource.

privateIPAddress
String

The private IPv4 or IPv6 address of the service gateway route target address.

privateIPAllocationMethod
Nullable<NetworkIPAllocationMethod>

The Private IP allocation method.

Returns

A new RouteTargetAddressPropertiesFormat instance for mocking.

Applies to