AvailableProvidersList Constructors

Definition

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.

Applies to