LocalizedOperationDisplayDefinition Class

Definition

The LocalizedOperationDisplayDefinition.

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

Constructors

Name Description
LocalizedOperationDisplayDefinition(OperationsDisplayDefinition)

Initializes a new instance of LocalizedOperationDisplayDefinition.

Properties

Name Description
Cs

Display information of the operation for cs locale.

De

Display information of the operation for de locale.

Default

Display information of the operation.

En

Display information of the operation for en locale.

Es

Display information of the operation for es locale.

Fr

Display information of the operation for fr locale.

Hu

Display information of the operation for hu locale.

It

Display information of the operation for it locale.

Ja

Display information of the operation for ja locale.

Ko

Display information of the operation for ko locale.

Nl

Display information of the operation for nl locale.

Pl

Display information of the operation for pl locale.

PtBR

Display information of the operation for pt-BR locale.

PtPT

Display information of the operation for pt-PT locale.

Ru

Display information of the operation for ru locale.

Sv

Display information of the operation for sv locale.

ZhHans

Display information of the operation for zh-Hans locale.

ZhHant

Display information of the operation for zh-Hant locale.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<LocalizedOperationDisplayDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<LocalizedOperationDisplayDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<LocalizedOperationDisplayDefinition>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<LocalizedOperationDisplayDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<LocalizedOperationDisplayDefinition>.Write(ModelReaderWriterOptions)

Applies to