Interface AzureReachabilityReport.DefinitionStages.WithProviders
-
- All Known Subinterfaces:
AzureReachabilityReport.Definition,AzureReachabilityReport.DefinitionStages.WithExecute
- Enclosing interface:
- AzureReachabilityReport.DefinitionStages
public static interface AzureReachabilityReport.DefinitionStages.WithProvidersSets the list of Internet service providers. Note: if none or multiple Azure regions specified, only one provider should be set. If none or multiple providers specified, only one Azure region should be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureReachabilityReport.DefinitionStages.WithExecutewithProviders(String... providers)
-
-
-
Method Detail
-
withProviders
AzureReachabilityReport.DefinitionStages.WithExecute withProviders(String... providers)
- Parameters:
providers- the list of Internet service providers- Returns:
- the next stage of the definition
-
-