OperationInfo 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.
Information about an operation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.OperationInfoTypeConverter))]
public class OperationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IOperationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.OperationInfoTypeConverter))>]
type OperationInfo = class
interface IOperationInfo
interface IJsonSerializable
Public Class OperationInfo
Implements IOperationInfo
- Inheritance
-
OperationInfo
- Attributes
- Implements
Constructors
OperationInfo() |
Creates an new OperationInfo instance. |
Properties
Description |
Description of the operation |
Operation |
Name of the operation |
Provider |
Name of the provider |
Resource |
Name of the resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IOperationInfo. |
FromJsonString(String) |
Creates a new instance of OperationInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |