LocalizedOperationDisplayDefinition 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.
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. |