OperationDefinitionDisplay Class
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.
The display information for a configuration store operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.OperationDefinitionDisplayTypeConverter))]
public class OperationDefinitionDisplay : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IOperationDefinitionDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.OperationDefinitionDisplayTypeConverter))>]
type OperationDefinitionDisplay = class
interface IOperationDefinitionDisplay
interface IJsonSerializable
Public Class OperationDefinitionDisplay
Implements IOperationDefinitionDisplay
- Inheritance
-
OperationDefinitionDisplay
- Attributes
- Implements
Constructors
OperationDefinitionDisplay() |
Creates an new OperationDefinitionDisplay instance. |
Properties
Description |
The description for the operation. |
Operation |
The operation that users can perform. |
Provider |
The resource provider name: Microsoft App Configuration." |
Resource |
The resource on which the operation is performed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationDefinitionDisplay. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationDefinitionDisplay. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IOperationDefinitionDisplay. |
FromJsonString(String) |
Creates a new instance of OperationDefinitionDisplay, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationDefinitionDisplay into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |