다음을 통해 공유


OperationEntity Class

Definition

The operations supported by Bot Service Management.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.OperationEntityTypeConverter))]
public class OperationEntity : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IOperationEntity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.OperationEntityTypeConverter))>]
type OperationEntity = class
    interface IOperationEntity
    interface IJsonSerializable
Public Class OperationEntity
Implements IOperationEntity
Inheritance
OperationEntity
Attributes
Implements

Constructors

OperationEntity()

Creates an new OperationEntity instance.

Properties

DisplayDescription

The description of the operation.

DisplayOperation

The action that users can perform, based on their permission level.

DisplayProvider

Service provider: Microsoft Bot Service.

DisplayResource

Resource on which the operation is performed.

Name

Operation name: {provider}/{resource}/{operation}.

Origin

The origin of the operation.

Property

Additional properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationEntity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IOperationEntity.

FromJsonString(String)

Creates a new instance of OperationEntity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to