Interface AvailableProviders.DefinitionStages.WithExecuteAndState
- All Superinterfaces:
AvailableProviders.DefinitionStages.WithAzureLocations, AvailableProviders.DefinitionStages.WithExecute, Executable<AvailableProviders>, 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
Modifier and TypeMethodDescriptionSpecifies the state for available providers list.Methods inherited from interface AvailableProviders.DefinitionStages.WithAzureLocations
withAzureLocation, withAzureLocationsMethods inherited from interface Executable
execute, executeAsync
-
Method Details
-
withState
Specifies the state for available providers list.- Parameters:
state- the state for available providers list- Returns:
- the next stage of the definition
-