FlowLogStatusParameters Class

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

public class FlowLogStatusParameters

Parameters that define a resource to query flow log and traffic analytics (optional) status.

Constructor Summary

Constructor Description
FlowLogStatusParameters()

Method Summary

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

Get the target resource where getting the flow log and traffic analytics (optional) status.

FlowLogStatusParameters withTargetResourceId(String targetResourceId)

Set the target resource where getting the flow log and traffic analytics (optional) status.

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

FlowLogStatusParameters

public FlowLogStatusParameters()

Method Details

targetResourceId

public String targetResourceId()

Get the target resource where getting the flow log and traffic analytics (optional) status.

Returns:

the targetResourceId value

withTargetResourceId

public FlowLogStatusParameters withTargetResourceId(String targetResourceId)

Set the target resource where getting the flow log and traffic analytics (optional) status.

Parameters:

targetResourceId - the targetResourceId value to set

Returns:

the FlowLogStatusParameters object itself.

Applies to