Share via


FlowLogStatusParameters Constructors

Definition

Overloads

FlowLogStatusParameters()

Initializes a new instance of the FlowLogStatusParameters class.

FlowLogStatusParameters(String)

Initializes a new instance of the FlowLogStatusParameters class.

FlowLogStatusParameters()

Initializes a new instance of the FlowLogStatusParameters class.

public FlowLogStatusParameters ();
Public Sub New ()

Applies to

FlowLogStatusParameters(String)

Initializes a new instance of the FlowLogStatusParameters class.

public FlowLogStatusParameters (string targetResourceId);
new Microsoft.Azure.Management.Network.Fluent.Models.FlowLogStatusParameters : string -> Microsoft.Azure.Management.Network.Fluent.Models.FlowLogStatusParameters
Public Sub New (targetResourceId As String)

Parameters

targetResourceId
String

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

Applies to