OperationLogSpecificationDefinition 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
OperationLogSpecificationDefinition() |
Initializes a new instance of the OperationLogSpecificationDefinition class. |
OperationLogSpecificationDefinition(String, String, String) |
Initializes a new instance of the OperationLogSpecificationDefinition class. |
OperationLogSpecificationDefinition()
Initializes a new instance of the OperationLogSpecificationDefinition class.
public OperationLogSpecificationDefinition();
Public Sub New ()
Applies to
OperationLogSpecificationDefinition(String, String, String)
Initializes a new instance of the OperationLogSpecificationDefinition class.
public OperationLogSpecificationDefinition(string name = default, string displayName = default, string blobDuration = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.OperationLogSpecificationDefinition : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.OperationLogSpecificationDefinition
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional blobDuration As String = Nothing)
Parameters
- name
- String
Log name.
- displayName
- String
Log display name.
- blobDuration
- String
Log blob duration.
Applies to
Azure SDK for .NET