Share via


ResourceProviderOperationDisplay Class

Definition

Describes the properties of the Operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ResourceProviderOperationDisplayTypeConverter))]
public class ResourceProviderOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IResourceProviderOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.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 the resource provider operation.

Operation

Name of the resource provider operation.

Provider

Name of the resource provider.

Resource

Name of the resource type.

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.ConfidentialLedger.Models.Api20220513.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.

Applies to