AzureReachabilityReportLocation Constructors
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.
Overloads
AzureReachabilityReportLocation() |
Initializes a new instance of the AzureReachabilityReportLocation class. |
AzureReachabilityReportLocation(String, String, String) |
Initializes a new instance of the AzureReachabilityReportLocation class. |
AzureReachabilityReportLocation()
Initializes a new instance of the AzureReachabilityReportLocation class.
public AzureReachabilityReportLocation ();
Public Sub New ()
Applies to
AzureReachabilityReportLocation(String, String, String)
Initializes a new instance of the AzureReachabilityReportLocation class.
public AzureReachabilityReportLocation (string country, string state = default, string city = default);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation : string * string * string -> Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation
Public Sub New (country As String, Optional state As String = Nothing, Optional city As String = Nothing)
Parameters
- country
- String
The name of the country.
- state
- String
The name of the state.
- city
- String
The name of the city or town.
Applies to
Azure SDK for .NET