| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> |
NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> |
NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters,
com.azure.core.util.Context context)
NOTE: This feature is currently in preview and still being tested for stability.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> |
NetworkWatchersClient.beginGetAzureReachabilityReportAsync(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
AzureReachabilityReportInner |
NetworkWatchersClient.getAzureReachabilityReport(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
AzureReachabilityReportInner |
NetworkWatchersClient.getAzureReachabilityReport(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters,
com.azure.core.util.Context context)
NOTE: This feature is currently in preview and still being tested for stability.
|
Mono<AzureReachabilityReportInner> |
NetworkWatchersClient.getAzureReachabilityReportAsync(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.getAzureReachabilityReportWithResponseAsync(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
| Modifier and Type | Method and Description |
|---|---|
AzureReachabilityReportParameters |
AzureReachabilityReport.azureReachabilityReportParameters() |
AzureReachabilityReportParameters |
AzureReachabilityReportParameters.withAzureLocations(List<String> azureLocations)
Set the azureLocations property: Optional Azure regions to scope the query to.
|
AzureReachabilityReportParameters |
AzureReachabilityReportParameters.withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time for the Azure reachability report.
|
AzureReachabilityReportParameters |
AzureReachabilityReportParameters.withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation property: Parameters that define a geographic location.
|
AzureReachabilityReportParameters |
AzureReachabilityReportParameters.withProviders(List<String> providers)
Set the providers property: List of Internet service providers.
|
AzureReachabilityReportParameters |
AzureReachabilityReportParameters.withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time for the Azure reachability report.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.