QueryTroubleshootingParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.QueryTroubleshootingParameters

public class QueryTroubleshootingParameters

Parameters that define the resource to query the troubleshooting result.

Constructor Summary

Constructor Description
QueryTroubleshootingParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String targetResourceId()

Get the target resource ID to query the troubleshooting result.

QueryTroubleshootingParameters withTargetResourceId(String targetResourceId)

Set the target resource ID to query the troubleshooting result.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

QueryTroubleshootingParameters

public QueryTroubleshootingParameters()

Method Details

targetResourceId

public String targetResourceId()

Get the target resource ID to query the troubleshooting result.

Returns:

the targetResourceId value

withTargetResourceId

public QueryTroubleshootingParameters withTargetResourceId(String targetResourceId)

Set the target resource ID to query the troubleshooting result.

Parameters:

targetResourceId - the targetResourceId value to set

Returns:

the QueryTroubleshootingParameters object itself.

Applies to