AvailableProviderOperation Constructors

Definition

Overloads

AvailableProviderOperation()

Initializes a new instance of the AvailableProviderOperation class.

AvailableProviderOperation(String, AvailableProviderOperationDisplay, String, Object)

Initializes a new instance of the AvailableProviderOperation class.

AvailableProviderOperation()

Initializes a new instance of the AvailableProviderOperation class.

public AvailableProviderOperation ();
Public Sub New ()

Applies to

AvailableProviderOperation(String, AvailableProviderOperationDisplay, String, Object)

Initializes a new instance of the AvailableProviderOperation class.

public AvailableProviderOperation (string name = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AvailableProviderOperationDisplay display = default, string origin = default, object properties = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AvailableProviderOperation : string * Microsoft.Azure.Management.StorSimple8000Series.Models.AvailableProviderOperationDisplay * string * obj -> Microsoft.Azure.Management.StorSimple8000Series.Models.AvailableProviderOperation
Public Sub New (Optional name As String = Nothing, Optional display As AvailableProviderOperationDisplay = Nothing, Optional origin As String = Nothing, Optional properties As Object = Nothing)

Parameters

name
String

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

display
AvailableProviderOperationDisplay

Contains the localized display information for this particular operation/action.

origin
String

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
Object

Reserved for future use.

Applies to