IOperationValue Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OperationValueTypeConverter))]
public interface IOperationValue : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.OperationValueTypeConverter))>]
type IOperationValue = interface
interface IJsonSerializable
Public Interface IOperationValue
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |