FlowLogStatusParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET