OperationLogSpecification 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
OperationLogSpecification() |
Initializes a new instance of the OperationLogSpecification class. |
OperationLogSpecification(String, String, String) |
Initializes a new instance of the OperationLogSpecification class. |
OperationLogSpecification()
Initializes a new instance of the OperationLogSpecification class.
public OperationLogSpecification ();
Public Sub New ()
Applies to
OperationLogSpecification(String, String, String)
Initializes a new instance of the OperationLogSpecification class.
public OperationLogSpecification (string name = default, string displayName = default, string blobDuration = default);
new Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification : string * string * string -> Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional blobDuration As String = Nothing)
Parameters
- name
- String
The name of the log category.
- displayName
- String
Localized display name.
- blobDuration
- String
Blobs created in the customer storage account, per hour.
Applies to
Azure SDK for .NET