共用方式為


AvailableProvidersListState Constructors

Definition

Overloads

AvailableProvidersListState()

Initializes a new instance of the AvailableProvidersListState class.

AvailableProvidersListState(String, IList<String>, IList<AvailableProvidersListCity>)

Initializes a new instance of the AvailableProvidersListState class.

AvailableProvidersListState()

Initializes a new instance of the AvailableProvidersListState class.

public AvailableProvidersListState ();
Public Sub New ()

Applies to

AvailableProvidersListState(String, IList<String>, IList<AvailableProvidersListCity>)

Initializes a new instance of the AvailableProvidersListState class.

public AvailableProvidersListState (string stateName = default, System.Collections.Generic.IList<string> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListCity> cities = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListState : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListCity> -> Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListState
Public Sub New (Optional stateName As String = Nothing, Optional providers As IList(Of String) = Nothing, Optional cities As IList(Of AvailableProvidersListCity) = Nothing)

Parameters

stateName
String

The state name.

providers
IList<String>

A list of Internet service providers.

cities
IList<AvailableProvidersListCity>

List of available cities or towns in the state.

Applies to