IOperationDisplay Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationDisplayTypeConverter))]
public interface IOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.OperationDisplayTypeConverter))>]
type IOperationDisplay = interface
interface IJsonSerializable
Public Interface IOperationDisplay
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Description |
Description of the operation for display purposes |
| Operation |
Name of the operation for display purposes |
| Provider |
Name of the provider for display purposes |
| Resource |
Name of the resource type for display purposes |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |