FlowLogFormatParameters Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FlowLogFormatParameters() |
Initialise une nouvelle instance de la classe FlowLogFormatParameters. |
FlowLogFormatParameters(String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe FlowLogFormatParameters. |
FlowLogFormatParameters()
Initialise une nouvelle instance de la classe FlowLogFormatParameters.
public FlowLogFormatParameters ();
Public Sub New ()
S’applique à
FlowLogFormatParameters(String, Nullable<Int32>)
Initialise une nouvelle instance de la classe FlowLogFormatParameters.
public FlowLogFormatParameters (string type = default, int? version = default);
new Microsoft.Azure.Management.Network.Models.FlowLogFormatParameters : string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.FlowLogFormatParameters
Public Sub New (Optional type As String = Nothing, Optional version As Nullable(Of Integer) = Nothing)
Paramètres
- type
- String
Type de fichier du journal de flux. Les valeurs possibles incluent : « JSON »
S’applique à
Azure SDK for .NET