AvailableProvidersListCountry 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
AvailableProvidersListCountry() |
Initializes a new instance of the AvailableProvidersListCountry class. |
AvailableProvidersListCountry(String, IList<String>, IList<AvailableProvidersListState>) |
Initializes a new instance of the AvailableProvidersListCountry class. |
AvailableProvidersListCountry()
Initializes a new instance of the AvailableProvidersListCountry class.
public AvailableProvidersListCountry ();
Public Sub New ()
Applies to
AvailableProvidersListCountry(String, IList<String>, IList<AvailableProvidersListState>)
Initializes a new instance of the AvailableProvidersListCountry class.
public AvailableProvidersListCountry (string countryName = default, System.Collections.Generic.IList<string> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AvailableProvidersListState> states = default);
new Microsoft.Azure.Management.Network.Models.AvailableProvidersListCountry : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AvailableProvidersListState> -> Microsoft.Azure.Management.Network.Models.AvailableProvidersListCountry
Public Sub New (Optional countryName As String = Nothing, Optional providers As IList(Of String) = Nothing, Optional states As IList(Of AvailableProvidersListState) = Nothing)
Parameters
- countryName
- String
The country name.
- states
- IList<AvailableProvidersListState>
List of available states in the country.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET