AvailableProviderOperation Class

Definition

Represents available provider operation.

public class AvailableProviderOperation
type AvailableProviderOperation = class
Public Class AvailableProviderOperation
Inheritance
AvailableProviderOperation

Constructors

AvailableProviderOperation()

Initializes a new instance of the AvailableProviderOperation class.

AvailableProviderOperation(String, AvailableProviderOperationDisplay, String, Object)

Initializes a new instance of the AvailableProviderOperation class.

Properties

Display

Gets or sets contains the localized display information for this particular operation/action.

Name

Gets or sets the name of the operation being performed on a particular object. Name format: "{resourceProviderNamespace}/{resourceType}/{read|write|delete|action}". Eg. Microsoft.StorSimple/managers/devices/volumeContainers/read, Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action

Origin

Gets or sets 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"

Properties

Gets or sets reserved for future use.

Applies to