ArmNetworkModelFactory.AzureReachabilityReportLocation 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.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.