AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Create a probe within a monitor. Once you create a probe, and it begins monitoring
your network traffic, you'll incur billing charges for that probe. This action requires
the monitorName parameter. Run ListMonitors to get a list of monitor
names. Note the name of the monitorName you want to create the probe for.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateProbeAsync.
Namespace: Amazon.NetworkMonitor
Assembly: AWSSDK.NetworkMonitor.dll
Version: 3.x.y.z
public virtual CreateProbeResponse CreateProbe( CreateProbeRequest request )
Container for the necessary parameters to execute the CreateProbe service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | You do not have sufficient access to perform this action. |
| InternalServerException | The request processing has failed because of an unknown error, exception or failure. |
| ResourceNotFoundException | The specified resource does not exist. |
| ServiceQuotaExceededException | This request exceeds a service quota. |
| ThrottlingException | The request was denied due to request throttling |
| ValidationException | One of the parameters for the request is not valid. |
.NET Framework:
Supported in: 4.7.2 and newer