Class FlowLogStatusParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FlowLogStatusParameters
-
public final class FlowLogStatusParameters extends Object
Parameters that define a resource to query flow log and traffic analytics (optional) status.
-
-
Constructor Summary
Constructors Constructor Description FlowLogStatusParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtargetResourceId()Get the targetResourceId property: The target resource where getting the flow log and traffic analytics (optional) status.voidvalidate()Validates the instance.FlowLogStatusParameterswithTargetResourceId(String targetResourceId)Set the targetResourceId property: The target resource where getting the flow log and traffic analytics (optional) status.
-
-
-
Method Detail
-
targetResourceId
public String targetResourceId()
Get the targetResourceId property: 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 targetResourceId property: 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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-