Sdílet prostřednictvím


OperationValueDisplay Class

Definition

Describes the properties of a Operation Value Display.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OperationValueDisplayTypeConverter))]
public class OperationValueDisplay : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOperationValueDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OperationValueDisplayTypeConverter))>]
type OperationValueDisplay = class
    interface IOperationValueDisplay
    interface IJsonSerializable
Public Class OperationValueDisplay
Implements IOperationValueDisplay
Inheritance
OperationValueDisplay
Attributes
Implements

Constructors

OperationValueDisplay()

Creates an new OperationValueDisplay instance.

Properties

Description

The description of the operation.

Operation

The display name of the operation.

Provider

The resource provider for the operation.

Resource

The display name of the resource the operation applies to.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationValueDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationValueDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOperationValueDisplay.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationValueDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to