Megosztás a következőn keresztül:


IOperationDisplay Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.OperationDisplayTypeConverter))]
public interface IOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.OperationDisplayTypeConverter))>]
type IOperationDisplay = interface
    interface IJsonSerializable
Public Interface IOperationDisplay
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Description

The description of the operation.

Operation

The operation type.

Provider

The service provider.

Resource

The resource on which the operation is performed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to