ArmNetworkModelFactory.AvailableProvidersListContent Method
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.
public static Azure.ResourceManager.Network.Models.AvailableProvidersListContent AvailableProvidersListContent(System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> azureLocations = default, string country = default, string state = default, string city = default);
static member AvailableProvidersListContent : seq<Azure.Core.AzureLocation> * string * string * string -> Azure.ResourceManager.Network.Models.AvailableProvidersListContent
Public Shared Function AvailableProvidersListContent (Optional azureLocations As IEnumerable(Of AzureLocation) = Nothing, Optional country As String = Nothing, Optional state As String = Nothing, Optional city As String = Nothing) As AvailableProvidersListContent
Parameters
- azureLocations
- IEnumerable<AzureLocation>
A list of Azure regions.
- country
- String
The country for available providers list.
- state
- String
The state for available providers list.
- city
- String
The city or town for available providers list.
Returns
A new AvailableProvidersListContent instance for mocking.