Share via


ResourceProviderOperation Class

Definition

Supported operation of this resource provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ResourceProviderOperationTypeConverter))]
public class ResourceProviderOperation : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IResourceProviderOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ResourceProviderOperationTypeConverter))>]
type ResourceProviderOperation = class
    interface IResourceProviderOperation
    interface IJsonSerializable
Public Class ResourceProviderOperation
Implements IResourceProviderOperation
Inheritance
ResourceProviderOperation
Attributes
Implements

Constructors

ResourceProviderOperation()

Creates an new ResourceProviderOperation instance.

Properties

DisplayDescription

Description of this operation.

DisplayOperation

Type of operation: get, read, delete, etc.

DisplayProvider

Resource provider: Microsoft Desktop Virtualization.

DisplayResource

Resource on which the operation is performed.

IsDataAction

Is a data action.

Name

Operation name, in format of {provider}/{resource}/{operation}

ServiceSpecificationLogSpecification

Specifications of the Log for Azure Monitoring

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderOperation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderOperation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IResourceProviderOperation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderOperation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to