ArmTrafficManagerModelFactory.TrafficManagerEndpointSubnetInfo 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.TrafficManager.Models.TrafficManagerEndpointSubnetInfo TrafficManagerEndpointSubnetInfo(System.Net.IPAddress first = default, System.Net.IPAddress last = default, int? scope = default);
static member TrafficManagerEndpointSubnetInfo : System.Net.IPAddress * System.Net.IPAddress * Nullable<int> -> Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointSubnetInfo
Public Shared Function TrafficManagerEndpointSubnetInfo (Optional first As IPAddress = Nothing, Optional last As IPAddress = Nothing, Optional scope As Nullable(Of Integer) = Nothing) As TrafficManagerEndpointSubnetInfo
Parameters
- first
- IPAddress
First address in the subnet.
- last
- IPAddress
Last address in the subnet.
Returns
A new TrafficManagerEndpointSubnetInfo instance for mocking.