AzureReachabilityReportLocation Constructors

Definition

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.Fluent.Models.AzureReachabilityReportLocation : string * string * string -> Microsoft.Azure.Management.Network.Fluent.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