Megosztás a következőn keresztül:


OperationsDefinition Class

Definition

Definition object with the name and properties of an operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.OperationsDefinitionTypeConverter))]
public class OperationsDefinition : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationsDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.OperationsDefinitionTypeConverter))>]
type OperationsDefinition = class
    interface IOperationsDefinition
    interface IJsonSerializable
Public Class OperationsDefinition
Implements IOperationsDefinition
Inheritance
OperationsDefinition
Attributes
Implements

Constructors

OperationsDefinition()

Creates an new OperationsDefinition instance.

Properties

DisplayDescription

Description of the operation.

DisplayOperation

Short description of the operation.

DisplayProvider

Resource provider of the operation.

DisplayResource

Resource for the operation.

Name

Name of the operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsDefinition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IOperationsDefinition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to