ResourceProviderOperationDisplay 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.
Display metadata associated with the operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ResourceProviderOperationDisplayTypeConverter))]
public class ResourceProviderOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IResourceProviderOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ResourceProviderOperationDisplayTypeConverter))>]
type ResourceProviderOperationDisplay = class
interface IResourceProviderOperationDisplay
interface IJsonSerializable
Public Class ResourceProviderOperationDisplay
Implements IResourceProviderOperationDisplay
- Inheritance
-
ResourceProviderOperationDisplay
- Attributes
- Implements
Constructors
ResourceProviderOperationDisplay() |
Creates an new ResourceProviderOperationDisplay instance. |
Properties
Description |
Description of this operation. |
Operation |
Type of operation: get, read, delete, etc. |
Provider |
Resource provider: Microsoft Desktop Virtualization. |
Resource |
Resource on which the operation is performed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceProviderOperationDisplay. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceProviderOperationDisplay. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IResourceProviderOperationDisplay. |
FromJsonString(String) |
Creates a new instance of ResourceProviderOperationDisplay, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceProviderOperationDisplay into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |