public static interface AzureReachabilityReport.DefinitionStages.WithProviderLocation
| Modifier and Type | Method and Description |
|---|---|
AzureReachabilityReport.DefinitionStages.WithStartTime |
withProviderLocation(String country) |
AzureReachabilityReport.DefinitionStages.WithStartTime |
withProviderLocation(String country,
String state) |
AzureReachabilityReport.DefinitionStages.WithStartTime |
withProviderLocation(String country,
String state,
String city) |
AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country)
country - the name of the countryAzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state)
country - the name of the countrystate - the name of the stateAzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state, String city)
country - the name of the countrystate - the name of the statecity - the name of the city/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/