AvailableProvidersList 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
AvailableProvidersList() |
Initializes a new instance of the AvailableProvidersList class. |
AvailableProvidersList(IList<AvailableProvidersListCountry>) |
Initializes a new instance of the AvailableProvidersList class. |
AvailableProvidersList()
Initializes a new instance of the AvailableProvidersList class.
public AvailableProvidersList ();
Public Sub New ()
Applies to
AvailableProvidersList(IList<AvailableProvidersListCountry>)
Initializes a new instance of the AvailableProvidersList class.
public AvailableProvidersList (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AvailableProvidersListCountry> countries);
new Microsoft.Azure.Management.Network.Models.AvailableProvidersList : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AvailableProvidersListCountry> -> Microsoft.Azure.Management.Network.Models.AvailableProvidersList
Public Sub New (countries As IList(Of AvailableProvidersListCountry))
Parameters
- countries
- IList<AvailableProvidersListCountry>
List of available countries.