OperationMetaLogSpecification Class
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.
log specifications for operation api
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationMetaLogSpecificationTypeConverter))]
public class OperationMetaLogSpecification : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationMetaLogSpecificationTypeConverter))>]
type OperationMetaLogSpecification = class
interface IOperationMetaLogSpecification
interface IJsonSerializable
Public Class OperationMetaLogSpecification
Implements IOperationMetaLogSpecification
- Inheritance
-
OperationMetaLogSpecification
- Attributes
- Implements
Constructors
OperationMetaLogSpecification() |
Creates an new OperationMetaLogSpecification instance. |
Properties
BlobDuration |
blob duration of the log |
DisplayName |
localized name of the log category |
Name |
name of the log category |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationMetaLogSpecification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationMetaLogSpecification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification. |
FromJsonString(String) |
Creates a new instance of OperationMetaLogSpecification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationMetaLogSpecification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |