LocalizedOperationDefinition 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.
The LocalizedOperationDefinition.
public class LocalizedOperationDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDefinition>
type LocalizedOperationDefinition = class
interface IJsonModel<LocalizedOperationDefinition>
interface IPersistableModel<LocalizedOperationDefinition>
Public Class LocalizedOperationDefinition
Implements IJsonModel(Of LocalizedOperationDefinition), IPersistableModel(Of LocalizedOperationDefinition)
- Inheritance
-
LocalizedOperationDefinition
- Implements
Constructors
| Name | Description |
|---|---|
| LocalizedOperationDefinition(String, LocalizedOperationDisplayDefinition) |
Initializes a new instance of LocalizedOperationDefinition. |
Properties
| Name | Description |
|---|---|
| ActionType |
The action type. |
| Display |
Display information of the operation. |
| IsDataAction |
Indicates whether the operation applies to data-plane. |
| Name |
Name of the operation. |
| Origin |
The origin. |