你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationInfo Class

Definition

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()

Applies to