ResourceProviderOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported operation of this resource provider.
public class ResourceProviderOperation
type ResourceProviderOperation = class
Public Class ResourceProviderOperation
- Inheritance
-
ResourceProviderOperation
Constructors
ResourceProviderOperation() |
Initializes a new instance of the ResourceProviderOperation class. |
ResourceProviderOperation(String, ResourceProviderOperationDisplay, Nullable<Boolean>, String) |
Initializes a new instance of the ResourceProviderOperation class. |
Properties
Display |
Gets or sets display metadata associated with the operation. |
IsDataAction |
Gets the flag that indicates whether the operation applies to data plane. |
Name |
Gets or sets operation name, in format of {provider}/{resource}/{operation} |
Origin |
Gets origin of the operation |