Class FlowLogStatusParameters
java.lang.Object
com.microsoft.azure.management.network.FlowLogStatusParameters
Parameters that define a resource to query flow log and traffic analytics
(optional) status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the target resource where getting the flow log and traffic analytics (optional) status.withTargetResourceId
(String targetResourceId) Set the target resource where getting the flow log and traffic analytics (optional) status.
-
Constructor Details
-
FlowLogStatusParameters
public FlowLogStatusParameters()
-
-
Method Details
-
targetResourceId
Get the target resource where getting the flow log and traffic analytics (optional) status.- Returns:
- the targetResourceId value
-
withTargetResourceId
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.
-