OperationsDiscovery 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.
Operations discovery class.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationsDiscoveryTypeConverter))]
public class OperationsDiscovery : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationsDiscovery
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.OperationsDiscoveryTypeConverter))>]
type OperationsDiscovery = class
interface IOperationsDiscovery
interface IJsonSerializable
Public Class OperationsDiscovery
Implements IOperationsDiscovery
- Inheritance
-
OperationsDiscovery
- Attributes
- Implements
Constructors
OperationsDiscovery() |
Creates an new OperationsDiscovery instance. |
Properties
DisplayDescription |
Gets or sets the description. The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise – it will be used in tool tips and detailed views. Prescriptive guidance for namespace: Read any 'display.provider' resource Create or Update any 'display.provider' resource Delete any 'display.provider' resource Perform any other action on any 'display.provider' resource Prescriptive guidance for namespace: Read any 'display.resource' Create or Update any 'display.resource' Delete any 'display.resource' 'ActionName' any 'display.resources'. |
DisplayOperation |
Gets or sets the operation. The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing. Prescriptive guidance: Read Create or Update Delete 'ActionName'. |
DisplayProvider |
Gets or sets the provider. The localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. It should use Title Casing and begin with "Microsoft" for 1st party services. e.g. "Microsoft Monitoring Insights" or "Microsoft Compute.". |
DisplayResource |
Gets or sets the resource. The localized friendly form of the resource related to this action/operation – it should match the public documentation for the resource provider. It should use Title Casing. This value should be unique for a particular URL type (e.g. nested types should not reuse their parent’s display.resource field) e.g. "Virtual Machines" or "Scheduler Job Collections", or "Virtual Machine VM Sizes" or "Scheduler Jobs". |
IsDataAction |
Indicates whether the operation is a data action |
Name |
Gets or sets Name of the API. The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service. Examples of operations include:
|
Origin |
Gets or sets Origin. 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". |
Property |
Any object |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationsDiscovery. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationsDiscovery. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IOperationsDiscovery. |
FromJsonString(String) |
Creates a new instance of OperationsDiscovery, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationsDiscovery into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |