Class QueryTroubleshootingParameters
java.lang.Object
com.microsoft.azure.management.network.QueryTroubleshootingParameters
Parameters that define the resource to query the troubleshooting result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the target resource ID to query the troubleshooting result.withTargetResourceId
(String targetResourceId) Set the target resource ID to query the troubleshooting result.
-
Constructor Details
-
QueryTroubleshootingParameters
public QueryTroubleshootingParameters()
-
-
Method Details
-
targetResourceId
Get the target resource ID to query the troubleshooting result.- Returns:
- the targetResourceId value
-
withTargetResourceId
Set the target resource ID to query the troubleshooting result.- Parameters:
targetResourceId
- the targetResourceId value to set- Returns:
- the QueryTroubleshootingParameters object itself.
-