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


OperationsDisplayDefinition Class

Definition

Defines the workload operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.OperationsDisplayDefinitionTypeConverter))]
public class OperationsDisplayDefinition : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IOperationsDisplayDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.OperationsDisplayDefinitionTypeConverter))>]
type OperationsDisplayDefinition = class
    interface IOperationsDisplayDefinition
    interface IJsonSerializable
Public Class OperationsDisplayDefinition
Implements IOperationsDisplayDefinition
Inheritance
OperationsDisplayDefinition
Attributes
Implements

Constructors

OperationsDisplayDefinition()

Creates an new OperationsDisplayDefinition instance.

Properties

Description

Describes the workload operation.

Operation

Defines the workload operation.

Provider

Defines the workload provider.

Resource

Defines the workload resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsDisplayDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsDisplayDefinition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IOperationsDisplayDefinition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsDisplayDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to