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.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.
- cities
- IList<AvailableProvidersListCity>
List of available cities or towns in the state.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET