IOperation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.OperationTypeConverter))]
public interface IOperation : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.OperationTypeConverter))>]
type IOperation = interface
    interface IJsonSerializable
Public Interface IOperation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayDescription

The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views.

DisplayOperation

The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.

DisplayOrigin

The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is 'user,system'

DisplayProvider

The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with "Microsoft" for 1st party services.

DisplayResource

The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the “name” section.

Name

The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to