ClientDiscoveryValueForSingleApi 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.
Available operation details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryValueForSingleApiTypeConverter))]
public class ClientDiscoveryValueForSingleApi : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryValueForSingleApi
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryValueForSingleApiTypeConverter))>]
type ClientDiscoveryValueForSingleApi = class
interface IClientDiscoveryValueForSingleApi
interface IJsonSerializable
Public Class ClientDiscoveryValueForSingleApi
Implements IClientDiscoveryValueForSingleApi
- Inheritance
-
ClientDiscoveryValueForSingleApi
- Attributes
- Implements
Constructors
ClientDiscoveryValueForSingleApi() |
Creates an new ClientDiscoveryValueForSingleApi instance. |
Properties
DisplayDescription |
Description of the operation having details of what operation is about. |
DisplayOperation |
Operations Name itself. |
DisplayProvider |
Name of the provider for display purposes |
DisplayResource |
ResourceType for which this Operation can be performed. |
IsDataAction |
Indicates whether the operation is a data action |
Name |
Name of the Operation. |
Origin |
The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX |
ServiceSpecificationLogSpecification |
List of log specifications of this operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClientDiscoveryValueForSingleApi. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClientDiscoveryValueForSingleApi. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryValueForSingleApi. |
FromJsonString(String) |
Creates a new instance of ClientDiscoveryValueForSingleApi, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClientDiscoveryValueForSingleApi into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |