public interface NetworkWatchersClient extends InnerSupportsGet<NetworkWatcherInner>, InnerSupportsListing<NetworkWatcherInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> |
beginCheckConnectivity(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> |
beginCheckConnectivity(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters,
com.azure.core.util.Context context)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> |
beginCheckConnectivityAsync(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName)
Deletes the specified network watcher resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Deletes the specified network watcher resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkWatcherName)
Deletes the specified network watcher resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> |
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> |
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> |
beginGetAzureReachabilityReportAsync(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<FlowLogInformationInner>,FlowLogInformationInner> |
beginGetFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
beginGetFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
beginGetFlowLogStatusAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
beginGetNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
beginGetNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters,
com.azure.core.util.Context context)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> |
beginGetNetworkConfigurationDiagnosticAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
beginGetNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters)
Gets the next hop from the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
beginGetNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters,
com.azure.core.util.Context context)
Gets the next hop from the specified VM.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
beginGetNextHopAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters)
Gets the next hop from the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters,
com.azure.core.util.Context context)
Initiate troubleshooting on a specified resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshootingAsync(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Get the last completed troubleshooting result on a specified resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
beginGetTroubleshootingResultAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> |
beginGetVMSecurityRules(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Gets the configured and effective security group rules on the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> |
beginGetVMSecurityRules(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Gets the configured and effective security group rules on the specified VM.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> |
beginGetVMSecurityRulesAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Gets the configured and effective security group rules on the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>,AvailableProvidersListInner> |
beginListAvailableProviders(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters 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<AvailableProvidersListInner>,AvailableProvidersListInner> |
beginListAvailableProviders(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters 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<AvailableProvidersListInner>,AvailableProvidersListInner> |
beginListAvailableProvidersAsync(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters 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<FlowLogInformationInner>,FlowLogInformationInner> |
beginSetFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
beginSetFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters,
com.azure.core.util.Context context)
Configures flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> |
beginSetFlowLogConfigurationAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
beginVerifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
beginVerifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters,
com.azure.core.util.Context context)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> |
beginVerifyIpFlowAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
ConnectivityInformationInner |
checkConnectivity(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
ConnectivityInformationInner |
checkConnectivity(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters,
com.azure.core.util.Context context)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
Mono<ConnectivityInformationInner> |
checkConnectivityAsync(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
checkConnectivityWithResponseAsync(String resourceGroupName,
String networkWatcherName,
ConnectivityParameters parameters)
Verifies the possibility of establishing a direct TCP connection from a virtual machine to a given endpoint
including another VM or an arbitrary remote server.
|
NetworkWatcherInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
NetworkWatcherInner parameters)
Creates or updates a network watcher in the specified resource group.
|
Mono<NetworkWatcherInner> |
createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
NetworkWatcherInner parameters)
Creates or updates a network watcher in the specified resource group.
|
com.azure.core.http.rest.Response<NetworkWatcherInner> |
createOrUpdateWithResponse(String resourceGroupName,
String networkWatcherName,
NetworkWatcherInner parameters,
com.azure.core.util.Context context)
Creates or updates a network watcher in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkWatcherName,
NetworkWatcherInner parameters)
Creates or updates a network watcher in the specified resource group.
|
void |
delete(String resourceGroupName,
String networkWatcherName)
Deletes the specified network watcher resource.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Deletes the specified network watcher resource.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkWatcherName)
Deletes the specified network watcher resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkWatcherName)
Deletes the specified network watcher resource.
|
AzureReachabilityReportInner |
getAzureReachabilityReport(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
AzureReachabilityReportInner |
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> |
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>>> |
getAzureReachabilityReportWithResponseAsync(String resourceGroupName,
String networkWatcherName,
AzureReachabilityReportParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
NetworkWatcherInner |
getByResourceGroup(String resourceGroupName,
String networkWatcherName)
Gets the specified network watcher by resource group.
|
Mono<NetworkWatcherInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkWatcherName)
Gets the specified network watcher by resource group.
|
com.azure.core.http.rest.Response<NetworkWatcherInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Gets the specified network watcher by resource group.
|
Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String networkWatcherName)
Gets the specified network watcher by resource group.
|
FlowLogInformationInner |
getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
getFlowLogStatus(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
Mono<FlowLogInformationInner> |
getFlowLogStatusAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getFlowLogStatusWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Queries status of flow log and traffic analytics (optional) on a specified resource.
|
NetworkConfigurationDiagnosticResponseInner |
getNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
NetworkConfigurationDiagnosticResponseInner |
getNetworkConfigurationDiagnostic(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters,
com.azure.core.util.Context context)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
Mono<NetworkConfigurationDiagnosticResponseInner> |
getNetworkConfigurationDiagnosticAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getNetworkConfigurationDiagnosticWithResponseAsync(String resourceGroupName,
String networkWatcherName,
NetworkConfigurationDiagnosticParameters parameters)
Gets Network Configuration Diagnostic data to help customers understand and debug network behavior.
|
NextHopResultInner |
getNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters)
Gets the next hop from the specified VM.
|
NextHopResultInner |
getNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters,
com.azure.core.util.Context context)
Gets the next hop from the specified VM.
|
Mono<NextHopResultInner> |
getNextHopAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters)
Gets the next hop from the specified VM.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getNextHopWithResponseAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters)
Gets the next hop from the specified VM.
|
TopologyInner |
getTopology(String resourceGroupName,
String networkWatcherName,
TopologyParameters parameters)
Gets the current network topology by resource group.
|
Mono<TopologyInner> |
getTopologyAsync(String resourceGroupName,
String networkWatcherName,
TopologyParameters parameters)
Gets the current network topology by resource group.
|
com.azure.core.http.rest.Response<TopologyInner> |
getTopologyWithResponse(String resourceGroupName,
String networkWatcherName,
TopologyParameters parameters,
com.azure.core.util.Context context)
Gets the current network topology by resource group.
|
Mono<com.azure.core.http.rest.Response<TopologyInner>> |
getTopologyWithResponseAsync(String resourceGroupName,
String networkWatcherName,
TopologyParameters parameters)
Gets the current network topology by resource group.
|
TroubleshootingResultInner |
getTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
TroubleshootingResultInner |
getTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters,
com.azure.core.util.Context context)
Initiate troubleshooting on a specified resource.
|
Mono<TroubleshootingResultInner> |
getTroubleshootingAsync(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
TroubleshootingResultInner |
getTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
TroubleshootingResultInner |
getTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Get the last completed troubleshooting result on a specified resource.
|
Mono<TroubleshootingResultInner> |
getTroubleshootingResultAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getTroubleshootingResultWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getTroubleshootingWithResponseAsync(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
SecurityGroupViewResultInner |
getVMSecurityRules(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Gets the configured and effective security group rules on the specified VM.
|
SecurityGroupViewResultInner |
getVMSecurityRules(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Gets the configured and effective security group rules on the specified VM.
|
Mono<SecurityGroupViewResultInner> |
getVMSecurityRulesAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Gets the configured and effective security group rules on the specified VM.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getVMSecurityRulesWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Gets the configured and effective security group rules on the specified VM.
|
com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> |
list()
Gets all network watchers by subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> |
list(com.azure.core.util.Context context)
Gets all network watchers by subscription.
|
com.azure.core.http.rest.PagedFlux<NetworkWatcherInner> |
listAsync()
Gets all network watchers by subscription.
|
AvailableProvidersListInner |
listAvailableProviders(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
AvailableProvidersListInner |
listAvailableProviders(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters parameters,
com.azure.core.util.Context context)
NOTE: This feature is currently in preview and still being tested for stability.
|
Mono<AvailableProvidersListInner> |
listAvailableProvidersAsync(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listAvailableProvidersWithResponseAsync(String resourceGroupName,
String networkWatcherName,
AvailableProvidersListParameters parameters)
NOTE: This feature is currently in preview and still being tested for stability.
|
com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> |
listByResourceGroup(String resourceGroupName)
Gets all network watchers by resource group.
|
com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all network watchers by resource group.
|
com.azure.core.http.rest.PagedFlux<NetworkWatcherInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all network watchers by resource group.
|
FlowLogInformationInner |
setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
FlowLogInformationInner |
setFlowLogConfiguration(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters,
com.azure.core.util.Context context)
Configures flow log and traffic analytics (optional) on a specified resource.
|
Mono<FlowLogInformationInner> |
setFlowLogConfigurationAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
setFlowLogConfigurationWithResponseAsync(String resourceGroupName,
String networkWatcherName,
FlowLogInformationInner parameters)
Configures flow log and traffic analytics (optional) on a specified resource.
|
NetworkWatcherInner |
updateTags(String resourceGroupName,
String networkWatcherName)
Updates a network watcher tags.
|
Mono<NetworkWatcherInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName)
Updates a network watcher tags.
|
Mono<NetworkWatcherInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName,
Map<String,String> tags)
Updates a network watcher tags.
|
com.azure.core.http.rest.Response<NetworkWatcherInner> |
updateTagsWithResponse(String resourceGroupName,
String networkWatcherName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a network watcher tags.
|
Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkWatcherName,
Map<String,String> tags)
Updates a network watcher tags.
|
VerificationIpFlowResultInner |
verifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
VerificationIpFlowResultInner |
verifyIpFlow(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters,
com.azure.core.util.Context context)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
Mono<VerificationIpFlowResultInner> |
verifyIpFlowAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
verifyIpFlowWithResponseAsync(String resourceGroupName,
String networkWatcherName,
VerificationIpFlowParameters parameters)
Verify IP flow from the specified VM to a location given the currently configured NSG rules.
|
Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Network watcher in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkWatcherInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Network watcher in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkWatcherInner createOrUpdate(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Network watcher in a resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkWatcherInner> createOrUpdateWithResponse(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Network watcher in a resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkWatcherInner> getByResourceGroupAsync(String resourceGroupName, String networkWatcherName)
getByResourceGroupAsync in interface InnerSupportsGet<NetworkWatcherInner>resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkWatcherInner getByResourceGroup(String resourceGroupName, String networkWatcherName)
getByResourceGroup in interface InnerSupportsGet<NetworkWatcherInner>resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkWatcherInner> getByResourceGroupWithResponse(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String networkWatcherName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkWatcherInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkWatcherInner> updateTagsAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkWatcherInner updateTags(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkWatcherInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkWatcherInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<NetworkWatcherInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<NetworkWatcherInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NetworkWatcherInner> listAsync()
listAsync in interface InnerSupportsListing<NetworkWatcherInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> list()
list in interface InnerSupportsListing<NetworkWatcherInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TopologyInner>> getTopologyWithResponseAsync(String resourceGroupName, String networkWatcherName, TopologyParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the representation of topology.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TopologyInner> getTopologyAsync(String resourceGroupName, String networkWatcherName, TopologyParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the representation of topology.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TopologyInner getTopology(String resourceGroupName, String networkWatcherName, TopologyParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the representation of topology.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TopologyInner> getTopologyWithResponse(String resourceGroupName, String networkWatcherName, TopologyParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the representation of topology.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> verifyIpFlowWithResponseAsync(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> beginVerifyIpFlowAsync(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> beginVerifyIpFlow(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VerificationIpFlowResultInner>,VerificationIpFlowResultInner> beginVerifyIpFlow(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VerificationIpFlowResultInner> verifyIpFlowAsync(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VerificationIpFlowResultInner verifyIpFlow(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VerificationIpFlowResultInner verifyIpFlow(String resourceGroupName, String networkWatcherName, VerificationIpFlowParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the IP flow to be verified.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getNextHopWithResponseAsync(String resourceGroupName, String networkWatcherName, NextHopParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> beginGetNextHopAsync(String resourceGroupName, String networkWatcherName, NextHopParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> beginGetNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> beginGetNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NextHopResultInner> getNextHopAsync(String resourceGroupName, String networkWatcherName, NextHopParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NextHopResultInner getNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NextHopResultInner getNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters that define the source and destination endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getVMSecurityRulesWithResponseAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> beginGetVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>,SecurityGroupViewResultInner> beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SecurityGroupViewResultInner> getVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SecurityGroupViewResultInner getVMSecurityRules(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SecurityGroupViewResultInner getVMSecurityRules(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.targetResourceId - ID of the target VM.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getTroubleshootingWithResponseAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TroubleshootingResultInner> getTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TroubleshootingResultInner getTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TroubleshootingResultInner getTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that define the resource to troubleshoot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getTroubleshootingResultWithResponseAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshootingResultAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshootingResult(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> beginGetTroubleshootingResult(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TroubleshootingResultInner> getTroubleshootingResultAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TroubleshootingResultInner getTroubleshootingResult(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TroubleshootingResultInner getTroubleshootingResult(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource ID to query the troubleshooting result.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> setFlowLogConfigurationWithResponseAsync(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginSetFlowLogConfigurationAsync(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginSetFlowLogConfiguration(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginSetFlowLogConfiguration(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInformationInner> setFlowLogConfigurationAsync(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInformationInner setFlowLogConfiguration(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInformationInner setFlowLogConfiguration(String resourceGroupName, String networkWatcherName, FlowLogInformationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Information on the configuration of flow log and traffic analytics (optional) .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getFlowLogStatusWithResponseAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginGetFlowLogStatusAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginGetFlowLogStatus(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInformationInner>,FlowLogInformationInner> beginGetFlowLogStatus(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInformationInner> getFlowLogStatusAsync(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInformationInner getFlowLogStatus(String resourceGroupName, String networkWatcherName, String targetResourceId)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInformationInner getFlowLogStatus(String resourceGroupName, String networkWatcherName, String targetResourceId, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.targetResourceId - The target resource where getting the flow log and traffic analytics (optional) status.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> checkConnectivityWithResponseAsync(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> beginCheckConnectivityAsync(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> beginCheckConnectivity(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityInformationInner>,ConnectivityInformationInner> beginCheckConnectivity(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ConnectivityInformationInner> checkConnectivityAsync(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectivityInformationInner checkConnectivity(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectivityInformationInner checkConnectivity(String resourceGroupName, String networkWatcherName, ConnectivityParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Parameters that determine how the connectivity check will be performed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getAzureReachabilityReportWithResponseAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> beginGetAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>,AzureReachabilityReportInner> beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureReachabilityReportInner> getAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureReachabilityReportInner getAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureReachabilityReportInner getAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Geographic and time constraints for Azure reachability report.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listAvailableProvidersWithResponseAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>,AvailableProvidersListInner> beginListAvailableProvidersAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>,AvailableProvidersListInner> beginListAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>,AvailableProvidersListInner> beginListAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AvailableProvidersListInner> listAvailableProvidersAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AvailableProvidersListInner listAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AvailableProvidersListInner listAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the network watcher resource group.networkWatcherName - The name of the network watcher resource.parameters - Constraints that determine the list of available Internet service providers.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getNetworkConfigurationDiagnosticWithResponseAsync(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> beginGetNetworkConfigurationDiagnosticAsync(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> beginGetNetworkConfigurationDiagnostic(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkConfigurationDiagnosticResponseInner>,NetworkConfigurationDiagnosticResponseInner> beginGetNetworkConfigurationDiagnostic(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkConfigurationDiagnosticResponseInner> getNetworkConfigurationDiagnosticAsync(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkConfigurationDiagnosticResponseInner getNetworkConfigurationDiagnostic(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkConfigurationDiagnosticResponseInner getNetworkConfigurationDiagnostic(String resourceGroupName, String networkWatcherName, NetworkConfigurationDiagnosticParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.parameters - Parameters to get network configuration diagnostic.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.