Share via


IResourceProviderOperation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.ResourceProviderOperationTypeConverter))]
public interface IResourceProviderOperation : Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.ResourceProviderOperationTypeConverter))>]
type IResourceProviderOperation = interface
    interface IJsonSerializable
Public Interface IResourceProviderOperation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayDescription

Description of this operation.

DisplayOperation

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

DisplayProvider

Resource provider: Microsoft Custom Providers.

DisplayResource

Resource on which the operation is performed.

IsDataAction

Indicates whether the operation applies to data-plane.

Name

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to