ArmNetworkModelFactory.AzureReachabilityReportLocation Method

Definition

public static Azure.ResourceManager.Network.Models.AzureReachabilityReportLocation AzureReachabilityReportLocation(string country = default, string state = default, string city = default);
static member AzureReachabilityReportLocation : string * string * string -> Azure.ResourceManager.Network.Models.AzureReachabilityReportLocation
Public Shared Function AzureReachabilityReportLocation (Optional country As String = Nothing, Optional state As String = Nothing, Optional city As String = Nothing) As AzureReachabilityReportLocation

Parameters

country
String

The name of the country.

state
String

The name of the state.

city
String

The name of the city or town.

Returns

A new AzureReachabilityReportLocation instance for mocking.

Applies to