Interface AvailableProviders.DefinitionStages.WithExecuteAndState
-
- All Superinterfaces:
AvailableProviders.DefinitionStages.WithAzureLocations,AvailableProviders.DefinitionStages.WithExecute,com.microsoft.azure.management.resources.fluentcore.model.Executable<AvailableProviders>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
AvailableProviders.Definition
- Enclosing interface:
- AvailableProviders.DefinitionStages
public static interface AvailableProviders.DefinitionStages.WithExecuteAndState extends AvailableProviders.DefinitionStages.WithExecute
The stage of the definition which allows to specify state or execute the query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableProviders.DefinitionStages.WithExecuteAndCitywithState(String state)-
Methods inherited from interface com.microsoft.azure.management.network.AvailableProviders.DefinitionStages.WithAzureLocations
withAzureLocation, withAzureLocations
-
-
-
-
Method Detail
-
withState
AvailableProviders.DefinitionStages.WithExecuteAndCity withState(String state)
- Parameters:
state- the state for available providers list- Returns:
- the next stage of the definition
-
-