OperationDisplay 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.OperationDisplayTypeConverter))]
public class OperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IOperationDisplay, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IOperationDisplayInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.OperationDisplayTypeConverter))>]
type OperationDisplay = class
interface IOperationDisplay
interface IJsonSerializable
interface IOperationDisplayInternal
Public Class OperationDisplay
Implements IOperationDisplay, IOperationDisplayInternal
- Inheritance
-
OperationDisplay
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OperationDisplay() | |
Properties
| Name | Description |
|---|---|
| Description | |
| Operation | |
| Provider | |
| Resource | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) | |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) | |
| FromJsonString(String) | |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() | |
| ToString() | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IOperationDisplayInternal.Description | |
| IOperationDisplayInternal.Operation | |
| IOperationDisplayInternal.Provider | |
| IOperationDisplayInternal.Resource | |