CsmOperationDisplay Class

Definition

Meta data about operation used for display in portal.

public class CsmOperationDisplay
public class CsmOperationDisplay : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.CsmOperationDisplay>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.CsmOperationDisplay>
type CsmOperationDisplay = class
type CsmOperationDisplay = class
    interface IJsonModel<CsmOperationDisplay>
    interface IPersistableModel<CsmOperationDisplay>
Public Class CsmOperationDisplay
Public Class CsmOperationDisplay
Implements IJsonModel(Of CsmOperationDisplay), IPersistableModel(Of CsmOperationDisplay)
Inheritance
CsmOperationDisplay
Implements

Properties

Description

Gets the description.

Operation

Gets the operation.

Provider

Gets the provider.

Resource

Gets the resource.

Explicit Interface Implementations

IJsonModel<CsmOperationDisplay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CsmOperationDisplay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CsmOperationDisplay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CsmOperationDisplay>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CsmOperationDisplay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to