FlowLogStatusParameters Class

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

public class FlowLogStatusParameters

Parameters that define a resource to query flow log status.

Method Summary

Modifier and Type Method and Description
String targetResourceId()

Get the targetResourceId value.

FlowLogStatusParameters withTargetResourceId(String targetResourceId)

Set the targetResourceId value.

Method Details

targetResourceId

public String targetResourceId()

Get the targetResourceId value.

Returns:

the targetResourceId value

withTargetResourceId

public FlowLogStatusParameters withTargetResourceId(String targetResourceId)

Set the targetResourceId value.

Parameters:

targetResourceId - the targetResourceId value to set

Returns:

the FlowLogStatusParameters object itself.

Applies to