QueryTroubleshootingParameters Class
- java.
lang. Object - com.
microsoft. azure. management. network. QueryTroubleshootingParameters
- com.
public class QueryTroubleshootingParameters
Parameters that define the resource to query the troubleshooting result.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
targetResourceId()
Get the targetResourceId value. |
Query |
withTargetResourceId(String targetResourceId)
Set the targetResourceId value. |
Method Details
targetResourceId
public String targetResourceId()
Get the targetResourceId value.
Returns:
the targetResourceId value
withTargetResourceId
public QueryTroubleshootingParameters withTargetResourceId(String targetResourceId)
Set the targetResourceId value.
Parameters:
targetResourceId
- the targetResourceId value to set
Returns:
the QueryTroubleshootingParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java