你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IClientDiscoveryValueForSingleApi Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryValueForSingleApiTypeConverter))]
public interface IClientDiscoveryValueForSingleApi : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ClientDiscoveryValueForSingleApiTypeConverter))>]
type IClientDiscoveryValueForSingleApi = interface
    interface IJsonSerializable
Public Interface IClientDiscoveryValueForSingleApi
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to