Interface AvailableProviders.DefinitionStages.WithExecuteAndCountry
- All Superinterfaces:
AvailableProviders.DefinitionStages.WithAzureLocations, AvailableProviders.DefinitionStages.WithExecute, com.azure.resourcemanager.resources.fluentcore.model.Executable<AvailableProviders>, com.azure.resourcemanager.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
AvailableProviders.Definition
- Enclosing interface:
AvailableProviders.DefinitionStages
public static interface AvailableProviders.DefinitionStages.WithExecuteAndCountry
extends AvailableProviders.DefinitionStages.WithExecute
The stage of the definition which allows to specify country or execute the query.
-
Method Summary
Modifier and TypeMethodDescriptionwithCountry(String country) Specifies the country for available providers list.Methods inherited from interface AvailableProviders.DefinitionStages.WithAzureLocations
withAzureLocation, withAzureLocationsMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
key
-
Method Details
-
withCountry
Specifies the country for available providers list.- Parameters:
country- the country for available providers list- Returns:
- the next stage of the definition
-