IOperationModel Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationModelTypeConverter))]
public interface IOperationModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationModelTypeConverter))>]
type IOperationModel = interface
interface IJsonSerializable
Public Interface IOperationModel
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisplayDescription |
Gets or sets the description. |
DisplayOperation |
Gets or sets the operation. |
DisplayProvider |
Gets or sets the resource provider name. |
DisplayResource |
Gets or sets resource name. |
IsDataAction |
Gets or sets a value indicating whether the action is specific to data plane or control plane. |
Name |
Gets or sets the name of the operation. |
Origin |
Gets or sets the executor of the operation. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |