Share via


ResourceProviderOperationDefinition Class

Definition

Describes the Resource Provider Operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ResourceProviderOperationDefinitionTypeConverter))]
public class ResourceProviderOperationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IResourceProviderOperationDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ResourceProviderOperationDefinitionTypeConverter))>]
type ResourceProviderOperationDefinition = class
    interface IResourceProviderOperationDefinition
    interface IJsonSerializable
Public Class ResourceProviderOperationDefinition
Implements IResourceProviderOperationDefinition
Inheritance
ResourceProviderOperationDefinition
Attributes
Implements

Constructors

ResourceProviderOperationDefinition()

Creates an new ResourceProviderOperationDefinition instance.

Properties

DisplayDescription

Description of the resource provider operation.

DisplayOperation

Name of the resource provider operation.

DisplayProvider

Name of the resource provider.

DisplayResource

Name of the resource type.

IsDataAction

Indicates whether the operation is data action or not.

Name

Resource provider operation name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderOperationDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderOperationDefinition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IResourceProviderOperationDefinition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderOperationDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to