AvailableProvidersListState 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
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.Models.AvailableProvidersListCity> cities = default);
new Microsoft.Azure.Management.Network.Models.AvailableProvidersListState : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AvailableProvidersListCity> -> Microsoft.Azure.Management.Network.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.
- cities
- IList<AvailableProvidersListCity>
List of available cities or towns in the state.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.