IOperation.ServiceSpecificationLogSpecification Property
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 the operation
[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="log specifications for the operation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification) }, ReadOnly=false, Required=false, SerializedName="logSpecifications")]
public Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification[] ServiceSpecificationLogSpecification { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="log specifications for the operation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification) }, ReadOnly=false, Required=false, SerializedName="logSpecifications")>]
member this.ServiceSpecificationLogSpecification : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IOperationMetaLogSpecification[] with get, set
Public Property ServiceSpecificationLogSpecification As IOperationMetaLogSpecification()
Property Value
- Attributes