Sdílet prostřednictvím


OperationValue Class

Definition

Describes the properties of a Operation value.

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

Constructors

OperationValue()

Creates an new OperationValue instance.

Properties

DisplayDescription

The description of the operation.

DisplayOperation

The display name of the operation.

DisplayProvider

The resource provider for the operation.

DisplayResource

The display name of the resource the operation applies to.

Name

The name of the operation.

Origin

The origin of the operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationValue.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationValue.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationValue into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to